diff mbox series

[v2,1/1] package/whois: bump to version 5.4.3

Message ID 1561238313-3236-1-git-send-email-pjtexier@koncepto.io
State Accepted
Headers show
Series [v2,1/1] package/whois: bump to version 5.4.3 | expand

Commit Message

Pierre-Jean Texier June 22, 2019, 9:18 p.m. UTC
See changelog:
 - https://github.com/rfc1036/whois/blob/master/debian/changelog

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
Changes v1 -> v2
 - do not change site location (requested by Thomas Petazzoni)
 - add changelog URL in commit log

 package/whois/whois.hash | 4 ++--
 package/whois/whois.mk   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Thomas Petazzoni June 23, 2019, 10:41 a.m. UTC | #1
On Sat, 22 Jun 2019 23:18:33 +0200
Pierre-Jean Texier <pjtexier@koncepto.io> wrote:

> See changelog:
>  - https://github.com/rfc1036/whois/blob/master/debian/changelog
> 
> Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
> ---
> Changes v1 -> v2
>  - do not change site location (requested by Thomas Petazzoni)
>  - add changelog URL in commit log

Applied to master, thanks.

Thomas
diff mbox series

Patch

diff --git a/package/whois/whois.hash b/package/whois/whois.hash
index 41ef935..4a5c598 100644
--- a/package/whois/whois.hash
+++ b/package/whois/whois.hash
@@ -1,5 +1,5 @@ 
-# From http://snapshot.debian.org/archive/debian/20181026T220636Z/pool/main/w/whois/whois_5.4.0.dsc
-sha256	3775ae0cfaa6dd8d886e5233c4826225cddcb88c99c2a08130d14e15fe58e378	whois_5.4.0.tar.xz
+# From http://snapshot.debian.org/archive/debian/20190622T150200Z/pool/main/w/whois/whois_5.4.3.dsc
+sha256	fefa84029f70985db19743e51c4a8b318a169426babeaa824a27110c26090fc3	whois_5.4.3.tar.xz
 
 # Hash for license file:
 sha256	8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643	COPYING
diff --git a/package/whois/whois.mk b/package/whois/whois.mk
index 712ad91..a5f013a 100644
--- a/package/whois/whois.mk
+++ b/package/whois/whois.mk
@@ -4,8 +4,8 @@ 
 #
 ################################################################################
 
-WHOIS_VERSION = 5.4.0
-WHOIS_SITE = http://snapshot.debian.org/archive/debian/20181026T220636Z/pool/main/w/whois
+WHOIS_VERSION = 5.4.3
+WHOIS_SITE = http://snapshot.debian.org/archive/debian/20190622T150200Z/pool/main/w/whois
 WHOIS_SOURCE = whois_$(WHOIS_VERSION).tar.xz
 WHOIS_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
 WHOIS_MAKE_ENV = $(TARGET_MAKE_ENV)