Browse Source
python-aiohttp: update to version 3.7.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
lilik-openwrt-22.03
Josef Schlehofer
4 years ago
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with
3 additions and
3 deletions
-
lang/python/python-aiohttp/Makefile
|
@ -8,11 +8,11 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=aiohttp |
|
|
PKG_NAME:=aiohttp |
|
|
PKG_VERSION:=3.6.1 |
|
|
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
|
PKG_VERSION:=3.7.1 |
|
|
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
PYPI_NAME:=$(PKG_NAME) |
|
|
PKG_HASH:=fc55b1fec0e4cc1134ffb09ea3970783ee2906dc5dfd7cd16917913f2cfed65b |
|
|
|
|
|
|
|
|
PKG_HASH:=04f9d70f6c4d089be5068d7df6281e638f6820d4f1b1ec3dc012b0b43fa997d2 |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> |
|
|
PKG_MAINTAINER:=Josef Schlehofer <pepe.schlehofer@gmail.com> |
|
|
PKG_LICENSE:=Apache-2.0 |
|
|
PKG_LICENSE:=Apache-2.0 |
|
|