diff mbox

[2/2] whois: bump to version 5.2.2

Message ID 1416330318-5625-2-git-send-email-gustavo@zacarias.com.ar
State Accepted
Headers show

Commit Message

Gustavo Zacarias Nov. 18, 2014, 5:05 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 Nov. 18, 2014, 10:02 p.m. UTC | #1
Dear Gustavo Zacarias,

On Tue, 18 Nov 2014 14:05:18 -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(-)

Thanks, applied to next, after doing a build test on ARM.

Thomas
diff mbox

Patch

diff --git a/package/whois/whois.hash b/package/whois/whois.hash
index 13efa14..858eb94 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.1.dsc
-sha256	54e6b64f16e10bfaf14ac40025b4272090298f0d9d3e62cbadabf946051515e6	whois_5.2.1.tar.xz
+# From http://ftp.debian.org/debian/pool/main/w/whois/whois_5.2.2.dsc
+sha256	cba874b457a6b7c4659245780d3d7321d129ab47da86103e07578ec7430fec09	whois_5.2.2.tar.xz
diff --git a/package/whois/whois.mk b/package/whois/whois.mk
index 13c0230..63268c6 100644
--- a/package/whois/whois.mk
+++ b/package/whois/whois.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-WHOIS_VERSION = 5.2.1
-WHOIS_SITE = http://snapshot.debian.org/archive/debian/20141023T043132Z/pool/main/w/whois
+WHOIS_VERSION = 5.2.2
+WHOIS_SITE = http://snapshot.debian.org/archive/debian/20141112T101048Z/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)