diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 02:42:40 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-29 02:51:08 +0100 |
commit | 8ac6549939f4ddd23d121849e93ef1dd8f01d10e (patch) | |
tree | ce2fba3f3b00d7205a5b6530425277692ef63ef4 | |
parent | 8346969e2f082d746fb12d6c696af5e956d066a0 (diff) | |
download | aports-8ac6549939f4ddd23d121849e93ef1dd8f01d10e.tar.bz2 aports-8ac6549939f4ddd23d121849e93ef1dd8f01d10e.tar.xz |
community/whois: upgrade to 5.5.3
-rw-r--r-- | community/whois/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/whois/APKBUILD b/community/whois/APKBUILD index aa154422f3..68e5ef8ecf 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.5.2 +pkgver=5.5.3 pkgrel=0 pkgdesc="Intelligent WHOIS client by Marco d'Itri" url="https://github.com/rfc1036/whois" @@ -10,7 +10,7 @@ license="GPL-2.0-or-later" makedepends="perl libidn-dev gettext-dev" options="!check" subpackages="$pkgname-doc mkpasswd:_mkpasswd mkpasswd-doc" -source="$pkgname-$pkgver.tar.gz::https://github.com/rfc1036/$pkgname/archive/v$pkgver.tar.gz +source="$pkgver-$pkgver.tar.gz::https://github.com/rfc1036/whois/archive/v$pkgver.tar.gz undefined-libintl.patch enable-sha256-sha512-mkpasswd.patch " @@ -33,6 +33,6 @@ package() { install -D -m644 whois.conf "$pkgdir/etc/whois.conf" } -sha512sums="39cb2a8eb105096d8905d9509b86750e4850808e74d5a3640c0e57185255e2ae18b322b7cfe98f2e00ad13638e5403d93c78280b0ae2477e6e7ae8a0f0b8c234 whois-5.5.2.tar.gz +sha512sums="ce943e9a07a2cd755e61c28e57bb95f15cfe24e132f5ace55363a4adb8890aac057dec66a1ac26a238bdcfabfeaa098cb4f82ca4a2ca1b0bcae987a16f390cb8 5.5.3-5.5.3.tar.gz efa32ec848e3d3e61481567815e8c02757eab32712eb5a431adb13b59fd359f735eb684fbdf8a5b8334410d17052dc93d65bdda27a328617e2b6772b23717487 undefined-libintl.patch 66a6b36e4caa00d58ab44c8fb55bfe919994fc6c7631cc283d9f37f9d69bf3e911ab365b27b1720065103e8d7abbf7549dfb260e156c1b52726a8c8b8820c836 enable-sha256-sha512-mkpasswd.patch" |