python3-async_generator: update to 1.9.
Closes: #13768 [via git-merge-pr]
This commit is contained in:
parent
da8a86004e
commit
be980058ce
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-async_generator'
|
# Template file for 'python3-async_generator'
|
||||||
pkgname=python3-async_generator
|
pkgname=python3-async_generator
|
||||||
version=1.8
|
version=1.9
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="async_generator-${version}"
|
wrksrc="async_generator-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -12,9 +12,9 @@ maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="Apache-2.0, MIT"
|
license="Apache-2.0, MIT"
|
||||||
homepage="https://github.com/python-trio/async_generator"
|
homepage="https://github.com/python-trio/async_generator"
|
||||||
distfiles="https://github.com/python-trio/async_generator/archive/v${version}.tar.gz"
|
distfiles="https://github.com/python-trio/async_generator/archive/v${version}.tar.gz"
|
||||||
checksum=4e5558912b5a7d142d4740a54f2e731e6492a5859e5cfcc166190c612de77874
|
checksum=942d0de4ad4e3b66d7cce4cbed29f7307111aad98599d4ebf01b9f3ebfd10be0
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.txt
|
vlicense LICENSE.MIT
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue