diff options
author | Niels Kristian Bech Jensen <nkbj1970@hotmail.com> | 2013-09-07 13:18:38 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-09-07 13:18:38 (GMT) |
commit | 05c3043658b78ec5d6b64c76dc7dbefaca3ba377 (patch) | |
tree | 3367af98fe2818c69f6b2421f73798aa08280e5f | |
parent | 1795e432cb35e61911f394eda79e3bf3eb169465 (diff) | |
download | mxe-05c3043658b78ec5d6b64c76dc7dbefaca3ba377.zip mxe-05c3043658b78ec5d6b64c76dc7dbefaca3ba377.tar.gz mxe-05c3043658b78ec5d6b64c76dc7dbefaca3ba377.tar.bz2 |
update package gettext
-rw-r--r-- | src/gettext.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gettext.mk b/src/gettext.mk index 1211d79..7930c9e 100644 --- a/src/gettext.mk +++ b/src/gettext.mk @@ -3,8 +3,8 @@ PKG := gettext $(PKG)_IGNORE := -$(PKG)_VERSION := 0.18.2 -$(PKG)_CHECKSUM := 47685e20abf9df6e5fede9efd04442943a96818b +$(PKG)_VERSION := 0.18.3.1 +$(PKG)_CHECKSUM := a32c19a6e39450748f6e56d2ac6b8b0966a5ab05 $(PKG)_SUBDIR := gettext-$($(PKG)_VERSION) $(PKG)_FILE := gettext-$($(PKG)_VERSION).tar.gz $(PKG)_URL := ftp://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE) |