diff options
-rw-r--r-- | community/py3-aiohttp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD index 78e44c6bee..af8642641f 100644 --- a/community/py3-aiohttp/APKBUILD +++ b/community/py3-aiohttp/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-aiohttp _pkgname=aiohttp -pkgver=2.0.7 +pkgver=2.1.0 pkgrel=0 pkgdesc="HTTP client/server for asyncio" url="http://pypi.python.org/pypi/aiohttp" @@ -29,4 +29,4 @@ package() { python3 setup.py install --root="$pkgdir" --optimize=1 } -sha512sums="b16564f254ced6356fc4a49894fd85ba230b0382f2b83a12930f8c434e9175954248d8501c1a3a84ac1135a680581f36705ebd602db1589192ba073cf837edf2 py3-aiohttp-2.0.7.tar.gz" +sha512sums="bd8eea366d380b88ba2c88d2aab722cd0970d2239dd0057cf4596f472a1b1bf38aebbd6cc707379ad9b5f901f93a56c1c4dd32584cb2636af0e013aa11388e25 py3-aiohttp-2.1.0.tar.gz" |