python3-async-timeout: update to 1.2.1
This commit is contained in:
parent
9879e7e679
commit
cc71aaa03b
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-async-timeout'
|
# Template file for 'python3-async-timeout'
|
||||||
pkgname=python3-async-timeout
|
pkgname=python3-async-timeout
|
||||||
version=1.1.0
|
version=1.2.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc=async-timeout-${version}
|
wrksrc=async-timeout-${version}
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
||||||
license="Apache-2"
|
license="Apache-2"
|
||||||
homepage="https://github.com/aio-libs/async-timeout"
|
homepage="https://github.com/aio-libs/async-timeout"
|
||||||
distfiles="https://github.com/aio-libs/async-timeout/archive/v${version}.tar.gz"
|
distfiles="https://github.com/aio-libs/async-timeout/archive/v${version}.tar.gz"
|
||||||
checksum=44a72eaedb82e53786d2b2590499b5e86a97805557361f51d467c283dc79b328
|
checksum=840ca2fb8237faa2251ecccdd8b5180d6f9f2d92df6068e77ea823642fcc75d4
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Reference in New Issue