diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-26 19:34:00 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-26 19:34:00 +0100 |
commit | 639142dcc2aa984478f1571288fe9983e57018f9 (patch) | |
tree | 61f2349f11eadd2016b2ef5adcd55a8e814d1c55 /community/py3-aiohttp | |
parent | f896dd4770676ecc70b68537a5950ce7ce00e732 (diff) | |
download | aports-639142dcc2aa984478f1571288fe9983e57018f9.tar.bz2 aports-639142dcc2aa984478f1571288fe9983e57018f9.tar.xz |
community/py3-aiohttp: upgrade to 1.1.5
Diffstat (limited to 'community/py3-aiohttp')
-rw-r--r-- | community/py3-aiohttp/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/py3-aiohttp/APKBUILD b/community/py3-aiohttp/APKBUILD index da26e9db32..4edf9712c3 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=1.1.4 -pkgrel=1 +pkgver=1.1.5 +pkgrel=0 pkgdesc="HTTP client/server for asyncio" url="http://pypi.python.org/pypi/aiohttp" arch="all" @@ -24,6 +24,6 @@ package() { python3 setup.py install --root="$pkgdir" --optimize=1 || return 1 } -md5sums="2a096b103baa381d9ac910626f57ef2b py3-aiohttp-1.1.4.tar.gz" -sha256sums="11397e2dfdda688d98d9a22f822234c1f2b2071f661f4a8b261ca346e2103eaf py3-aiohttp-1.1.4.tar.gz" -sha512sums="d42f296a8dc7992c7de322bf4367379924df65613f602cd9d15a9458b2cbf8ff1b476d42dc947ed45ff1bf1042bcd9dfba22a14456559113ead57513f21ef69b py3-aiohttp-1.1.4.tar.gz" +md5sums="d3f7518ea20f1681f37249d926b3d800 py3-aiohttp-1.1.5.tar.gz" +sha256sums="e6c5a8008ab8bbdb706034bedc91835ed820cdc2367ddea9142697612908df84 py3-aiohttp-1.1.5.tar.gz" +sha512sums="1e7148b42dd80e6554328d32bf31d03f7272a0e0ccdcef74dd0485dbb465efa149822b88dcba41837935ce34560e88f815ddceef1074c26db362267b9624e373 py3-aiohttp-1.1.5.tar.gz" |