diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-09 14:51:29 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2015-01-09 14:51:29 +0000 |
commit | 468daad6c660e78a0b9fff1fd51ba190978a8c31 (patch) | |
tree | d05ca8ecff1ef5f2886a690064fa704f672d6cba /package/libs/gettext-full/Makefile | |
parent | 30fc9fdf0cfaa269eade5fabac9468fd310bc804 (diff) | |
download | upstream-468daad6c660e78a0b9fff1fd51ba190978a8c31.tar.gz upstream-468daad6c660e78a0b9fff1fd51ba190978a8c31.tar.bz2 upstream-468daad6c660e78a0b9fff1fd51ba190978a8c31.zip |
gettext-full: update to v0.19.4
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43896 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libs/gettext-full/Makefile')
-rw-r--r-- | package/libs/gettext-full/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/libs/gettext-full/Makefile b/package/libs/gettext-full/Makefile index 2399f0fe35..1f8c2c82c1 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2013 OpenWrt.org +# Copyright (C) 2006-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gettext-full -PKG_VERSION:=0.18.2.1 +PKG_VERSION:=0.19.4 PKG_RELEASE:=1 -PKG_SOURCE:=gettext-$(PKG_VERSION).tar.gz +PKG_SOURCE:=gettext-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gettext -PKG_MD5SUM:=034c8103b14654ebd300fadac44d6f14 +PKG_MD5SUM:=997c9070354eff5517115feaea6038f0 PKG_BUILD_DIR:=$(BUILD_DIR)/gettext-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/gettext-$(PKG_VERSION) |