aboutsummaryrefslogtreecommitdiffstats
path: root/package/libs/gettext-full/Makefile
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@openwrt.org>2015-11-22 14:17:11 +0000
committerHauke Mehrtens <hauke@openwrt.org>2015-11-22 14:17:11 +0000
commit101fbbe51611c22497ff61bcf26c99742b0555ae (patch)
treeaa5b3a809f04a27a9599fc4a47b35a6b904f3893 /package/libs/gettext-full/Makefile
parent1ab07704159d92c9816b8459816cfe124d27e10f (diff)
downloadmaster-187ad058-101fbbe51611c22497ff61bcf26c99742b0555ae.tar.gz
master-187ad058-101fbbe51611c22497ff61bcf26c99742b0555ae.tar.bz2
master-187ad058-101fbbe51611c22497ff61bcf26c99742b0555ae.zip
gettext-full: update to version 0.19.6
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47584 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/gettext-full/Makefile')
-rw-r--r--package/libs/gettext-full/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile
index 1f8c2c82c1..e07a158c28 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)