diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-03-15 07:10:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-03-15 11:47:32 +0000 |
commit | ae42ee0ef45d2c11c796f70795403cb85d103aff (patch) | |
tree | e6f612c660955728422759d8348197757f76dcee /community/py3-aiohttp | |
parent | 8592eeb75d2902cf1cfb44a2089f49a20c517324 (diff) | |
download | aports-ae42ee0ef45d2c11c796f70795403cb85d103aff.tar.bz2 aports-ae42ee0ef45d2c11c796f70795403cb85d103aff.tar.xz |
community/py3-aiohttp: upgrade to 3.0.9
Diffstat (limited to 'community/py3-aiohttp')
-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 b5d608ab89..fee146af2a 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.8 +pkgver=3.0.9 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="656699413e277f7cc046dd4abe1a1a26c039f6484b31efe57c134e4298a6d146ac64472f26a8072e5916b8beb60b068499cf5e10100955286a47fa852dc6aa31 py3-aiohttp-3.0.8.tar.gz" +sha512sums="a079aaa6bc3a74fe94df8843ab1b0e98a7e439ac5b1cc9b8344c0db00a71cb30b2e79045ea58b77adfeb7357975411eb3008ed1df92fec11f7b824fe171e42c5 py3-aiohttp-3.0.9.tar.gz" |