diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-12-28 09:49:07 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-28 22:11:55 +0100 |
commit | 872421d2ef9015aa7c3f8634b006a19e54cb2ff6 (patch) | |
tree | 71af1977a33c3a071589bba5136e0a9b39683c65 /package | |
parent | da13fc060af40fa6c7d6cd2740a1a1093ced71b9 (diff) |
whois: bump to version 5.2.3
With support for new gTLDs and updated TLDs.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-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 858eb9452..ec5dbcdcb 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.2.dsc -sha256 cba874b457a6b7c4659245780d3d7321d129ab47da86103e07578ec7430fec09 whois_5.2.2.tar.xz +# From http://ftp.debian.org/debian/pool/main/w/whois/whois_5.2.3.dsc +sha256 b1c9a4005bd41036a9e82dd4830005f33ffa5255ab764f4dbe3300715c15e803 whois_5.2.3.tar.xz diff --git a/package/whois/whois.mk b/package/whois/whois.mk index 63268c6ea..8b8a79634 100644 --- a/package/whois/whois.mk +++ b/package/whois/whois.mk @@ -4,8 +4,8 @@ # ################################################################################ -WHOIS_VERSION = 5.2.2 -WHOIS_SITE = http://snapshot.debian.org/archive/debian/20141112T101048Z/pool/main/w/whois +WHOIS_VERSION = 5.2.3 +WHOIS_SITE = http://snapshot.debian.org/archive/debian/20141227T042107Z/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) |