diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-03-06 19:57:51 +0000 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-03-06 22:40:53 +0100 |
commit | 123c2037102956c8488ac48276937d88c8d01965 (patch) | |
tree | a6c539baf4cfb255201f6e21a4de4b1a249e945f /community/py3-aiohttp | |
parent | 70d82e505b875c3e7518adc4e35175d32f0033d9 (diff) | |
download | aports-123c2037102956c8488ac48276937d88c8d01965.tar.bz2 aports-123c2037102956c8488ac48276937d88c8d01965.tar.xz |
community/py3-aiohttp: upgrade to 3.0.6
Diffstat (limited to 'community/py3-aiohttp')
-rw-r--r-- | community/py3-aiohttp/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD index 3653dd465b..0c3fde3da6 100644 --- a/community/py3-aiohttp/APKBUILD +++ b/community/py3-aiohttp/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py3-aiohttp _pkgname=aiohttp -pkgver=3.0.1 -pkgrel=1 +pkgver=3.0.6 +pkgrel=0 pkgdesc="HTTP client/server for asyncio" url="https://pypi.python.org/pypi/aiohttp" arch="all" @@ -30,4 +30,4 @@ package() { python3 setup.py install --root="$pkgdir" --optimize=1 } -sha512sums="5910fcdeef2c4742e69a6baff163da5846e3f39cf0e7a6b4ebdedb6afac7fb4ed63504dc604935847d990eb20d79c44820143dc9efe1b0339bb56bbb80cd09cd py3-aiohttp-3.0.1.tar.gz" +sha512sums="43f1b3c2da1bc57ac6e83a01abb3568b71ed5514e9331aaba4b691ff036d2d3e72eeddadd0f2f20608fa1f622a673ce1d4489bced2096ae546a350ad5f438d0d py3-aiohttp-3.0.6.tar.gz" |