diff options
| author | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-22 14:17:11 +0000 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2015-11-22 14:17:11 +0000 |
| commit | 146dab88412642332cf3c3f53f574a2dce503615 (patch) | |
| tree | 3461b4e84f4e5ac8b9e6984bdaac461db03ba1a1 /package/libs/gettext-full/Makefile | |
| parent | f6fe072836750a4e8c5202baf167534df052a898 (diff) | |
| download | mtk-20170518-146dab88412642332cf3c3f53f574a2dce503615.zip mtk-20170518-146dab88412642332cf3c3f53f574a2dce503615.tar.gz mtk-20170518-146dab88412642332cf3c3f53f574a2dce503615.tar.bz2 | |
gettext-full: update to version 0.19.6
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 47584
Diffstat (limited to 'package/libs/gettext-full/Makefile')
| -rw-r--r-- | package/libs/gettext-full/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index 1f8c2c8..e07a158 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gettext-full -PKG_VERSION:=0.19.4 +PKG_VERSION:=0.19.6 PKG_RELEASE:=1 PKG_SOURCE:=gettext-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gettext -PKG_MD5SUM:=997c9070354eff5517115feaea6038f0 +PKG_MD5SUM:=69d79254ee3b41df23f41c2f4fd720d9 PKG_BUILD_DIR:=$(BUILD_DIR)/gettext-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/gettext-$(PKG_VERSION) |
