aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2019-07-20 12:27:40 +0000
committerprspkt <prspkt@protonmail.com>2019-07-20 15:58:04 +0300
commitd87805e5da7f0e286862b66e5221917f8d275ebb (patch)
treed58de4d2cdc9b46bba311b01101078faeb93520c
parent9c1a404fe5910d37d5a12cdb5f46c957ce7cad79 (diff)
downloadaports-d87805e5da7f0e286862b66e5221917f8d275ebb.tar.bz2
aports-d87805e5da7f0e286862b66e5221917f8d275ebb.tar.xz
community/whois: upgrade to 5.5.0
* https://github.com/rfc1036/whois/blob/next/debian/changelog
-rw-r--r--community/whois/APKBUILD7
1 files changed, 2 insertions, 5 deletions
diff --git a/community/whois/APKBUILD b/community/whois/APKBUILD
index 5c3dcc736a..bd3d09e573 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.3
+pkgver=5.5.0
pkgrel=0
pkgdesc="Intelligent WHOIS client by Marco d'Itri"
url="https://github.com/rfc1036/whois"
@@ -14,10 +14,8 @@ source="$pkgname-$pkgver.tar.gz::https://github.com/rfc1036/$pkgname/archive/v$p
undefined-libintl.patch
enable-sha256-sha512-mkpasswd.patch
"
-builddir="$srcdir/$pkgname-$pkgver"
build() {
- cd "$builddir"
make CONFIG_FILE="/etc/whois.conf" HAVE_ICONV=1
}
@@ -31,11 +29,10 @@ _mkpasswd() {
}
package() {
- cd "$builddir"
make BASEDIR="$pkgdir" install-whois
install -D -m644 whois.conf "$pkgdir/etc/whois.conf"
}
-sha512sums="160769c477c0bbc7f8af91901eace27a3c3fa9cd932fa1d166d2cbb40290decbd19dfe3cb7579a0bad46536369f52af5274e96bd4533600b5dcf132b10ed0a7f whois-5.4.3.tar.gz
+sha512sums="808c86ff6c448859938957832892c98708c508979b99b8a1d742f7b17e2d9452501c4d4a5479623c83784dfe385100257d0f77e52046f39f750e05ad2e44e89e whois-5.5.0.tar.gz
efa32ec848e3d3e61481567815e8c02757eab32712eb5a431adb13b59fd359f735eb684fbdf8a5b8334410d17052dc93d65bdda27a328617e2b6772b23717487 undefined-libintl.patch
66a6b36e4caa00d58ab44c8fb55bfe919994fc6c7631cc283d9f37f9d69bf3e911ab365b27b1720065103e8d7abbf7549dfb260e156c1b52726a8c8b8820c836 enable-sha256-sha512-mkpasswd.patch"