diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2016-05-23 21:59:46 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-24 09:40:43 +0000 |
commit | 21a0480d711d7bcc3109106f114763f90436cae2 (patch) | |
tree | b8748c9a30fdd81a312b6dc115e4a672373160cd /testing/py-aiohttp | |
parent | 0dfb8867ef9a43fa9dc8bbc3795210ea03d84458 (diff) | |
download | aports-21a0480d711d7bcc3109106f114763f90436cae2.tar.bz2 aports-21a0480d711d7bcc3109106f114763f90436cae2.tar.xz |
testing/py-aiohttp: upgrade to 0.21.6
Diffstat (limited to 'testing/py-aiohttp')
-rw-r--r-- | testing/py-aiohttp/APKBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/testing/py-aiohttp/APKBUILD b/testing/py-aiohttp/APKBUILD index ad5a678c6d..6e1bb64305 100644 --- a/testing/py-aiohttp/APKBUILD +++ b/testing/py-aiohttp/APKBUILD @@ -2,18 +2,18 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=py-aiohttp _pkgname=aiohttp -pkgver=0.21.5 +pkgver=0.21.6 pkgrel=0 pkgdesc="HTTP client/server for asyncio" url="http://pypi.python.org/pypi/aiohttp" arch="all" -license="APACHE" +license="ASL 2.0" depends="python3 py-chardet" depends_dev="" makedepends="$depends_dev py-setuptools cython-dev python3-dev" install="" subpackages="$pkgname-dev" -source="https://pypi.python.org/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz" +source="https://pypi.io/packages/source/a/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir"/$_pkgname-$pkgver build() { @@ -26,6 +26,6 @@ package() { python3 setup.py install --root="$pkgdir" --optimize=1 || return 1 } -md5sums="8e10aeb6fb49c819a7a88de1b9ef281b aiohttp-0.21.5.tar.gz" -sha256sums="bac5c883721e0818e405597d2778f08a38cc097df01f574462de2cc4f8090559 aiohttp-0.21.5.tar.gz" -sha512sums="4958d7c58988a95fc5b1e94e4eb7247f59b55e5ba439391c7b072a7ec267491159e1c8c7c6f05e6f7f72e4de5c12784c8d437665c01e6d9fb1e87a3334c1d35c aiohttp-0.21.5.tar.gz" +md5sums="d7f63e51bc86a61d9bccca13986c3855 aiohttp-0.21.6.tar.gz" +sha256sums="8709c6d4b7735705ef46e0d5416083f1e92d9a9ab18e2b4c7f7944e831b73428 aiohttp-0.21.6.tar.gz" +sha512sums="622218ffbc163aefc04730bc9ca36f922182699407ea8fb6e8e5ce01b63e4bbee821e466f1701ecabf2f4c47bf840a572e7f3bcdf0903e8a87b23d5c3e07209b aiohttp-0.21.6.tar.gz" |