diff mbox

whois: bump to version 5.2.12

Message ID 1459360622-10979-1-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias March 30, 2016, 5:57 p.m. UTC
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/whois/whois.hash | 4 ++--
 package/whois/whois.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Thomas Petazzoni March 30, 2016, 7:04 p.m. UTC | #1
Hello,

On Wed, 30 Mar 2016 14:57:02 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/whois/whois.hash | 4 ++--
>  package/whois/whois.mk   | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)

Applied to master, thanks.

Thomas
diff mbox

Patch

diff --git a/package/whois/whois.hash b/package/whois/whois.hash
index a92e0d8..15a12f7 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.11.dsc
-sha256	32f7d6be853aa6a6a8ac6dd672bd60ae4f10bc0bedcaa944363ffbef6e57cef7	whois_5.2.11.tar.xz
+# From http://ftp.debian.org/debian/pool/main/w/whois/whois_5.2.12.dsc
+sha256	b26d4027b8987d9911466aa06ce2c167a50017cd59a622a429bd506222f6cdf1	whois_5.2.12.tar.xz
diff --git a/package/whois/whois.mk b/package/whois/whois.mk
index d32642c..423b214 100644
--- a/package/whois/whois.mk
+++ b/package/whois/whois.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-WHOIS_VERSION = 5.2.11
-WHOIS_SITE = http://snapshot.debian.org/archive/debian/20151208T102349Z/pool/main/w/whois
+WHOIS_VERSION = 5.2.12
+WHOIS_SITE = http://snapshot.debian.org/archive/debian/20160329T095754Z/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)