aboutsummaryrefslogtreecommitdiffstats
path: root/community/whois
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2018-01-22 21:10:09 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2018-01-22 21:17:01 +0100
commit55f878c5ad764d29f277bec53a0f1c7366b7675d (patch)
treeef16a018bd7d0177bcc5b647a77d93843f37dab0 /community/whois
parentff9aabea3273344cad0452062edade36eb2a5fb4 (diff)
downloadaports-55f878c5ad764d29f277bec53a0f1c7366b7675d.tar.bz2
aports-55f878c5ad764d29f277bec53a0f1c7366b7675d.tar.xz
community/whois: update URL and fetch source from GitHub
Diffstat (limited to 'community/whois')
-rw-r--r--community/whois/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/whois/APKBUILD b/community/whois/APKBUILD
index ccc2d255b4..5324aa7a0e 100644
--- a/community/whois/APKBUILD
+++ b/community/whois/APKBUILD
@@ -4,13 +4,13 @@ pkgname=whois
pkgver=5.2.20
pkgrel=0
pkgdesc="Intelligent WHOIS client by Marco d'Itri"
-url="http://www.linux.it/~md/software/"
+url="https://github.com/rfc1036/whois"
arch="all"
license="GPL-2.0"
makedepends="perl libidn-dev gettext-dev"
options="!check"
subpackages="$pkgname-doc mkpasswd:_mkpasswd mkpasswd-doc"
-source="$pkgname-$pkgver.tar.xz::http://ftp.de.debian.org/debian/pool/main/w/$pkgname/${pkgname}_$pkgver.tar.xz
+source="$pkgname-$pkgver.tar.gz::https://github.com/rfc1036/$pkgname/archive/v$pkgver.tar.gz
undefined-libintl.patch
enable-sha256-sha512-mkpasswd.patch
"
@@ -37,6 +37,6 @@ package() {
install -D -m644 whois.conf "$pkgdir/etc/whois.conf"
}
-sha512sums="3308d9f5562babe007e46b7764718f13c1e7cd8ef7f501161353e4b1b81efacec9742ec25dec3b1cc80940898c785c1920a1aa68af10081f952ebde320075808 whois-5.2.20.tar.xz
+sha512sums="0bfdf0f55b6bda961557673a40f84bae14eec7ed2b2bff20de664879e3b859465bd1afad2f5c5adfe4f3c6184f81e3ba0c30663cfa8493b5c0cfb747909da01c whois-5.2.20.tar.gz
efa32ec848e3d3e61481567815e8c02757eab32712eb5a431adb13b59fd359f735eb684fbdf8a5b8334410d17052dc93d65bdda27a328617e2b6772b23717487 undefined-libintl.patch
ef455fd21403995524a3de6039db41261b6549181f3dd234c6a28a10a65d09a6e86c71b6ddb752aa15f0e4ff2232887ff65bd72ed9a977b8da2ed40ea11519f1 enable-sha256-sha512-mkpasswd.patch"