diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-12-28 19:12:26 -0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-29 12:26:47 +0100 |
commit | ec581782f0b523738a569d8d263629158cfcb28e (patch) | |
tree | c246fbfafdfdb5e5d7d8806bd90bed35d4125b0a /package/gettext | |
parent | 1212543a38047b1face50caec5bdac1043bbd70f (diff) | |
download | buildroot-ec581782f0b523738a569d8d263629158cfcb28e.tar.gz buildroot-ec581782f0b523738a569d8d263629158cfcb28e.zip |
gettext: bump to version 0.19.7
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gettext')
-rw-r--r-- | package/gettext/gettext.hash | 6 | ||||
-rw-r--r-- | package/gettext/gettext.mk | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/package/gettext/gettext.hash b/package/gettext/gettext.hash index 33fe515911..3236fda702 100644 --- a/package/gettext/gettext.hash +++ b/package/gettext/gettext.hash @@ -1,3 +1,3 @@ -# From https://lists.gnu.org/archive/html/info-gnu/2015-09/msg00003.html -md5 69d79254ee3b41df23f41c2f4fd720d9 gettext-0.19.6.tar.xz -sha1 6033a0f87246c510dda9bfd8b3b3c488c0853156 gettext-0.19.6.tar.xz +# From http://lists.gnu.org/archive/html/bug-gettext/2015-12/msg00019.html +md5 f81e50556da41b44c1d59ac93474dca5 gettext-0.19.7.tar.xz +sha1 4b2574b76d14c98270bf607a2a62f033524d8e8c gettext-0.19.7.tar.xz diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk index cb509f2f9e..10034d63ac 100644 --- a/package/gettext/gettext.mk +++ b/package/gettext/gettext.mk @@ -4,7 +4,7 @@ # ################################################################################ -GETTEXT_VERSION = 0.19.6 +GETTEXT_VERSION = 0.19.7 GETTEXT_SITE = $(BR2_GNU_MIRROR)/gettext GETTEXT_SOURCE = gettext-$(GETTEXT_VERSION).tar.xz GETTEXT_INSTALL_STAGING = YES |