diff options
author | Stuart Cardall <developer@it-offshore.co.uk> | 2019-01-28 12:38:18 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-28 16:14:19 +0000 |
commit | 3b97cba651e0a84a4ce9ec897f5233c7b4a66082 (patch) | |
tree | c9a230d3c1f7e9ccf3780b7b7ac9b4fc3b0de079 /community/whois | |
parent | 6eea7d64a038e5fbf5a4d0c59d98c63d9923738f (diff) | |
download | aports-3b97cba651e0a84a4ce9ec897f5233c7b4a66082.tar.bz2 aports-3b97cba651e0a84a4ce9ec897f5233c7b4a66082.tar.xz |
community/whois: upgrade to 5.4.1
https://github.com/rfc1036/whois/blob/next/debian/changelog
Diffstat (limited to 'community/whois')
-rw-r--r-- | community/whois/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/whois/APKBUILD b/community/whois/APKBUILD index e12f8ee2fa..13c39a256b 100644 --- a/community/whois/APKBUILD +++ b/community/whois/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Stuart Cardall <developer@it-offshore.co.uk> # Maintainer: Stuart Cardall <developer@it-offshore.co.uk> pkgname=whois -pkgver=5.4.0 +pkgver=5.4.1 pkgrel=0 pkgdesc="Intelligent WHOIS client by Marco d'Itri" url="https://github.com/rfc1036/whois" @@ -36,6 +36,6 @@ package() { install -D -m644 whois.conf "$pkgdir/etc/whois.conf" } -sha512sums="f50568ee0d027d3a5d7ff05be7bbf31ab01d96a597c68da235e0d06914c9cb90ca9ac59a50df1523773a6d119fc8d2b0fe397578a945907f78d60e9c992d2f23 whois-5.4.0.tar.gz +sha512sums="ced3462a037788de36351801e9e6a90d5d9d5714649ebca0e20a19bec95b63801738c3ff2584ba89b053201c3acc2f343fb947a4b53a4dbb9ced6db69728a8fe whois-5.4.1.tar.gz efa32ec848e3d3e61481567815e8c02757eab32712eb5a431adb13b59fd359f735eb684fbdf8a5b8334410d17052dc93d65bdda27a328617e2b6772b23717487 undefined-libintl.patch 66a6b36e4caa00d58ab44c8fb55bfe919994fc6c7631cc283d9f37f9d69bf3e911ab365b27b1720065103e8d7abbf7549dfb260e156c1b52726a8c8b8820c836 enable-sha256-sha512-mkpasswd.patch" |