diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-12-30 10:27:24 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-12-30 21:10:43 +0100 |
commit | 3cc9d414792509f9e7fe56e2701f893e8dc29530 (patch) | |
tree | 25b1f85f2c511c49896fdc34b58b2088cfbc53bf | |
parent | 67f23a77c2260809b94f169fde33ff718ae940c5 (diff) | |
download | buildroot-3cc9d414792509f9e7fe56e2701f893e8dc29530.tar.gz buildroot-3cc9d414792509f9e7fe56e2701f893e8dc29530.zip |
whois: bump to version 5.2.14
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/whois/whois.hash | 4 | ||||
-rw-r--r-- | package/whois/whois.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/whois/whois.hash b/package/whois/whois.hash index 15a12f7817..6f65074c2c 100644 --- a/package/whois/whois.hash +++ b/package/whois/whois.hash @@ -1,2 +1,2 @@ -# From http://ftp.debian.org/debian/pool/main/w/whois/whois_5.2.12.dsc -sha256 b26d4027b8987d9911466aa06ce2c167a50017cd59a622a429bd506222f6cdf1 whois_5.2.12.tar.xz +# From http://ftp.debian.org/debian/pool/main/w/whois/whois_5.2.14.dsc +sha256 a41daf41abed0fbfa8c9c4b0e4a3f5f22d9876dd6feb9091aac12f8f4c38b0d2 whois_5.2.14.tar.xz diff --git a/package/whois/whois.mk b/package/whois/whois.mk index 423b214f47..29a18e3e1c 100644 --- a/package/whois/whois.mk +++ b/package/whois/whois.mk @@ -4,8 +4,8 @@ # ################################################################################ -WHOIS_VERSION = 5.2.12 -WHOIS_SITE = http://snapshot.debian.org/archive/debian/20160329T095754Z/pool/main/w/whois +WHOIS_VERSION = 5.2.14 +WHOIS_SITE = http://snapshot.debian.org/archive/debian/20161230T032015Z/pool/main/w/whois WHOIS_SOURCE = whois_$(WHOIS_VERSION).tar.xz # take precedence over busybox implementation WHOIS_DEPENDENCIES = host-gettext $(if $(BR2_PACKAGE_BUSYBOX),busybox) |