From 464faa5f401fab69cfecdfd28854c1f19a610237 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 6 Oct 2014 21:21:18 -0300 Subject: [PATCH] whois: bump to version 5.2.0 Also add hash file. Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/whois/whois.hash | 2 ++ package/whois/whois.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 package/whois/whois.hash diff --git a/package/whois/whois.hash b/package/whois/whois.hash new file mode 100644 index 0000000000..368beeadff --- /dev/null +++ b/package/whois/whois.hash @@ -0,0 +1,2 @@ +# From http://ftp.debian.org/debian/pool/main/w/whois/whois_5.2.0.dsc +sha256 f487bba00fc506b18b519d913509d9e050cba0b6f025e26a50b29b3e6322530b whois_5.2.0.tar.xz diff --git a/package/whois/whois.mk b/package/whois/whois.mk index 3dbf338977..a9f74d1af4 100644 --- a/package/whois/whois.mk +++ b/package/whois/whois.mk @@ -4,7 +4,7 @@ # ################################################################################ -WHOIS_VERSION = 5.1.3 +WHOIS_VERSION = 5.2.0 WHOIS_SITE = $(BR2_DEBIAN_MIRROR)/debian/pool/main/w/whois WHOIS_SOURCE = whois_$(WHOIS_VERSION).tar.xz # take precedence over busybox implementation