diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-25 08:46:22 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-25 08:47:33 +0000 |
commit | 03fe9b5a400e013acf75b449d1ba4be95ba00280 (patch) | |
tree | 33a92607292a112468944dadd78c1c27b68d1241 | |
parent | c27731d79b8921c2bcd9a80ca285cb8f9ec8ed88 (diff) | |
download | aports-03fe9b5a400e013acf75b449d1ba4be95ba00280.tar.bz2 aports-03fe9b5a400e013acf75b449d1ba4be95ba00280.tar.xz |
community/py3-aiohttp: upgrade to 2.0.3
-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 8926594ade..652aa25f9c 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.2 +pkgver=2.0.3 pkgrel=0 pkgdesc="HTTP client/server for asyncio" url="http://pypi.python.org/pypi/aiohttp" @@ -24,4 +24,4 @@ package() { python3 setup.py install --root="$pkgdir" --optimize=1 || return 1 } -sha512sums="7bc68d0a5fca5b6e099b27d7073ca57ae08b1314ad4aacfaf5c1dd903319a5f1362bdfbbfc7958be4edbd42ef41e7be821e1be6b7a7ef64b7911d74ff4884225 py3-aiohttp-2.0.2.tar.gz" +sha512sums="ed61e57be60c7d515d657093e6d0cdda621646cece2756004ea988ce08dd90cd2578c6ed1aa0017efcd9d624eeeea99c96621c8e4b774550df31a6f76e15b250 py3-aiohttp-2.0.3.tar.gz" |