Merge pull request #6444 from the-maldridge/python3-aiohttp-update
python3-aiohttp: update to 2.0.7
This commit is contained in:
commit
d32483b341
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-aiohttp'
|
||||
pkgname=python3-aiohttp
|
||||
version=1.2.0
|
||||
version=2.0.7
|
||||
revision=1
|
||||
wrksrc=aiohttp-${version}
|
||||
build_style=python3-module
|
||||
|
@ -10,8 +10,8 @@ short_desc="HTTP client/server for asyncio (PEP-3156)"
|
|||
maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||
license="Apache-2"
|
||||
homepage="http://aiohttp.readthedocs.io/"
|
||||
distfiles="https://github.com/KeepSafe/aiohttp/archive/v${version}.tar.gz"
|
||||
checksum=b2fa11df067207ff15813be84b78910f6f9d897f02e9c345993b9962802a6bea
|
||||
distfiles="https://github.com/aio-libs/aiohttp/archive/${version}.tar.gz"
|
||||
checksum=fcc17b56747ac76fd99ddf63d07de2bed12a5d0f78b658f0c9c5d7d9f696c766
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.txt
|
||||
|
|
Loading…
Reference in New Issue