diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-03-23 07:38:21 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-24 13:22:45 +0100 |
commit | af9a1ba28d70311c6d06cd2597b4af034f129cc2 (patch) | |
tree | 3944eba250f0eedbac801d834f673281c2375f10 /community/py3-aiohttp/APKBUILD | |
parent | b3059ecb003b7eb54f846520f50aaf9055535371 (diff) | |
download | aports-af9a1ba28d70311c6d06cd2597b4af034f129cc2.tar.bz2 aports-af9a1ba28d70311c6d06cd2597b4af034f129cc2.tar.xz |
community/py3-aiohttp: upgrade to 3.1.0
Diffstat (limited to 'community/py3-aiohttp/APKBUILD')
-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 fee146af2a..c84b2d21ca 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.0.9 +pkgver=3.1.0 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="a079aaa6bc3a74fe94df8843ab1b0e98a7e439ac5b1cc9b8344c0db00a71cb30b2e79045ea58b77adfeb7357975411eb3008ed1df92fec11f7b824fe171e42c5 py3-aiohttp-3.0.9.tar.gz" +sha512sums="bb3d7ec0cf2bbbfd0121274c2f0a56e93fbb1583918038e247baea5ab03f864939107edd413f780ee33c63270c40ff83ba9ab8f4702745a7519a5301c0541bbb py3-aiohttp-3.1.0.tar.gz" |