changeset 3883:91d78fc00cc8

gettext: update to v0.19.4 * src/gettext.mk: update version, checksum
author John Donoghue
date Mon, 06 Apr 2015 07:31:24 -0400
parents d5936b3095a5
children d7758bf3793e
files src/gettext.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gettext.mk	Mon Apr 06 07:31:17 2015 -0400
+++ b/src/gettext.mk	Mon Apr 06 07:31:24 2015 -0400
@@ -3,8 +3,8 @@
 
 PKG             := gettext
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 0.19.1
-$(PKG)_CHECKSUM := 94cd6e81976aeb8ba35cf73967c60b72dd04af8d
+$(PKG)_VERSION  := 0.19.4
+$(PKG)_CHECKSUM := c473f4f268501d971b913197fb07767e628644bb
 $(PKG)_SUBDIR   := gettext-$($(PKG)_VERSION)
 $(PKG)_FILE     := gettext-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := ftp://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE)