diff options
Diffstat (limited to 'community')
-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 5fd1028fdf..7e8b7e231a 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=3.2.0 +pkgver=3.2.1 pkgrel=0 pkgdesc="HTTP client/server for asyncio" url="https://pypi.python.org/pypi/aiohttp" @@ -30,4 +30,4 @@ package() { python3 setup.py install --root="$pkgdir" --optimize=1 } -sha512sums="b6f2f0280a6d2d0dd83fbda4e95b23df754f7a72b2ee6b597a332f2c2e7640783fb7d0f8169f99599ebd7f1ec338a3ecf8dea42d17b2fcaad3f8a24db89955c7 py3-aiohttp-3.2.0.tar.gz" +sha512sums="4ac3a798eaf8a42777b21836e17e6b5145493c6329cca700a293fe6ac64152e0714f3e1b919793a6acd5acf9061bf121a7cfea0188e3708dcb8c221d67ae4470 py3-aiohttp-3.2.1.tar.gz" |