diff options
author | Timothy Gu <timothygu99@gmail.com> | 2015-06-19 02:49:53 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2015-06-19 02:49:53 (GMT) |
commit | ebe4b0ed598a02d1277dbb2554d71e0dde1a09b6 (patch) | |
tree | e867ea63e9ab85fd13d818a73195fcbc17ef5d37 | |
parent | a7fbec48e85b4322d91184df0bb8b566f5978c27 (diff) | |
download | mxe-ebe4b0ed598a02d1277dbb2554d71e0dde1a09b6.zip mxe-ebe4b0ed598a02d1277dbb2554d71e0dde1a09b6.tar.gz mxe-ebe4b0ed598a02d1277dbb2554d71e0dde1a09b6.tar.bz2 |
gettext: Update
-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 555d745..425ff4d 100644 --- a/src/gettext.mk +++ b/src/gettext.mk @@ -3,8 +3,8 @@ PKG := gettext $(PKG)_IGNORE := -$(PKG)_VERSION := 0.19.3 -$(PKG)_CHECKSUM := 8a4614d5d797af98822b88858c17ad8b3ed4224f +$(PKG)_VERSION := 0.19.4 +$(PKG)_CHECKSUM := c473f4f268501d971b913197fb07767e628644bb $(PKG)_SUBDIR := gettext-$($(PKG)_VERSION) $(PKG)_FILE := gettext-$($(PKG)_VERSION).tar.gz $(PKG)_URL := http://ftp.gnu.org/pub/gnu/gettext/$($(PKG)_FILE) |