diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2019-01-09 07:45:49 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2019-01-09 07:45:49 +0000 |
commit | c884b9dd7b1c8463107f6209f0e5556be5b716e7 (patch) | |
tree | f0d10387e0e4e0ea451d7a23c679ea22ed0d59f9 | |
parent | 3537e3d505986de71b56d0a3677d5a14e3249e69 (diff) | |
download | aports-c884b9dd7b1c8463107f6209f0e5556be5b716e7.tar.bz2 aports-c884b9dd7b1c8463107f6209f0e5556be5b716e7.tar.xz |
community/py3-aiohttp: upgrade to 3.5.2
-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 bb961018e0..a898619721 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.4.4 +pkgver=3.5.2 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="968b701b8a19aa445a4af402f4bb38754565e3b80b4248127e5017671c921c370eea63fcec4148b7229ac1a74bb8739f33513abd6cb7fe02f3feddfd3ec1a6b1 py3-aiohttp-3.4.4.tar.gz" +sha512sums="e8ff0cb2266cf772c00ebfb97f335177a3be12f62110fe170fad27f4bc9aefa90672b8b42fa382fefcfa88a6fd8a81c3c6ca4f211e0b54ead0b299aeeefbf40d py3-aiohttp-3.5.2.tar.gz" |