diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2018-05-07 07:01:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-05-07 11:50:33 +0000 |
commit | e01e7d0262f85859b9fcaa045e0b9c1fee72e882 (patch) | |
tree | 65d7b96498fb3d35eea056d678696f984ae04ffa /community/py3-aiohttp | |
parent | 78b2afe8b538ff33f6c83dd2c83663802cdf9b47 (diff) | |
download | aports-e01e7d0262f85859b9fcaa045e0b9c1fee72e882.tar.bz2 aports-e01e7d0262f85859b9fcaa045e0b9c1fee72e882.tar.xz |
community/py3-aiohttp: upgrade to 3.2.0
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 fdea3161a6..5fd1028fdf 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.1.3 +pkgver=3.2.0 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="6ee66ab7be4740cec3658716419360dcdcf008cedb3832a3024fd6623255a1a48459d6875c13c8b3ed71621b796912c975c87284df13f6a01733993f98c7b4f7 py3-aiohttp-3.1.3.tar.gz" +sha512sums="b6f2f0280a6d2d0dd83fbda4e95b23df754f7a72b2ee6b597a332f2c2e7640783fb7d0f8169f99599ebd7f1ec338a3ecf8dea42d17b2fcaad3f8a24db89955c7 py3-aiohttp-3.2.0.tar.gz" |