diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-28 06:08:59 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2017-03-28 06:12:15 +0000 |
commit | d43674146ecb03e518be8c2624b067d0ef758133 (patch) | |
tree | feed6d73b4dd1ebf6f6b4ace389f0b90ddf187be | |
parent | 9f602f3eaea436b39d9c377be8f63fea7d38348a (diff) | |
download | aports-d43674146ecb03e518be8c2624b067d0ef758133.tar.bz2 aports-d43674146ecb03e518be8c2624b067d0ef758133.tar.xz |
community/py3-aiohttp: upgrade to 2.0.4
-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 652aa25f9c..0694e51675 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.3 +pkgver=2.0.4 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="ed61e57be60c7d515d657093e6d0cdda621646cece2756004ea988ce08dd90cd2578c6ed1aa0017efcd9d624eeeea99c96621c8e4b774550df31a6f76e15b250 py3-aiohttp-2.0.3.tar.gz" +sha512sums="c558088de436bc7eeb9bdb046d101d0f12365b24c93c504a866de4153a75cc5d241018d46e8a99e60da3a0997e7b7737e4d1f963df4040513ef17d6182dbea6c py3-aiohttp-2.0.4.tar.gz" |