diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-19 08:57:51 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-07-19 08:58:06 +0000 |
commit | bff6ec5d2ae5fb8c570007bf89d77950e3fd12f8 (patch) | |
tree | b3f74536e2c96964bcc4fb3159aa44641895cf8a /community/whois | |
parent | 488c5e412cf61e781be4787348a1b6eb109690ba (diff) | |
download | aports-bff6ec5d2ae5fb8c570007bf89d77950e3fd12f8.tar.bz2 aports-bff6ec5d2ae5fb8c570007bf89d77950e3fd12f8.tar.xz |
community/whois: upgrade to 5.3.2
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 4c760275a9..01f01df130 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.3.1 +pkgver=5.3.2 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="b5ce3753f045d8a3530b78eadf6d0bc22a6e284540d9cb7867802df563144b65a4607544cd214fef14f40126a1588cb03a26bb970e7340b8e8d9b45ebd7ac7c8 whois-5.3.1.tar.gz +sha512sums="0e61e9fce08ec9b5ca6fe0c21b5bde687505b0609b778e62277c35b00d394268e6525d8fdbf18a7574b86eace1336ea0f009e9d83f7d2c034a0240b08238d410 whois-5.3.2.tar.gz efa32ec848e3d3e61481567815e8c02757eab32712eb5a431adb13b59fd359f735eb684fbdf8a5b8334410d17052dc93d65bdda27a328617e2b6772b23717487 undefined-libintl.patch ef455fd21403995524a3de6039db41261b6549181f3dd234c6a28a10a65d09a6e86c71b6ddb752aa15f0e4ff2232887ff65bd72ed9a977b8da2ed40ea11519f1 enable-sha256-sha512-mkpasswd.patch" |