diff options
author | Kevin Daudt <kdaudt@alpinelinux.org> | 2023-01-25 05:45:39 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2023-01-25 05:45:39 +0000 |
commit | e77820e183a7f4c9dbab4cb235428858fe2b1688 (patch) | |
tree | 67c4cabc60ed3db0c28200e5d8f4cd1787bd4145 | |
parent | 01f07713fb64be564d33cee177e66304a2c6c2d3 (diff) | |
download | aports-e77820e183a7f4c9dbab4cb235428858fe2b1688.tar.gz aports-e77820e183a7f4c9dbab4cb235428858fe2b1688.tar.bz2 aports-e77820e183a7f4c9dbab4cb235428858fe2b1688.tar.xz |
community/py3-whois: upgrade to 0.9.24
-rw-r--r-- | community/py3-whois/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-whois/APKBUILD b/community/py3-whois/APKBUILD index d478e6a1b5..94bd1ae338 100644 --- a/community/py3-whois/APKBUILD +++ b/community/py3-whois/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Kevin Daudt <kdaudt@alpinelinux.org> # Maintainer: Kevin Daudt <kdaudt@alpinelinux.org> pkgname=py3-whois -pkgver=0.9.23 +pkgver=0.9.24 pkgrel=0 pkgdesc="Python module/library for retrieving WHOIS information of domains" url="https://github.com/DannyCork/python-whois" @@ -23,5 +23,5 @@ package() { } sha512sums=" -7d39c5de80e4998f8640b6327741ce77cb91cbee50074489d949704129ae513cd77a04af34897a0cdf85da167e298e66b6c53642596d4f3eacb9a133baf9b8b7 py3-whois-0.9.23.tar.gz +2ac5fc98c3213cc0f716e9080aecbf2ceddb2334043df295d39aa65dace75f7fc1937b0bd66645a1a2d457465e026b433de6faf95591e8882f52a5402245c2ae py3-whois-0.9.24.tar.gz " |