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 | 5cda3e9f7f2ca63853314f1b170889211a4900ae (patch) | |
tree | 8e10d6ac4deb93d1b8ef42cd52977014e2eac642 /package/libs/gettext-full/Makefile | |
parent | cdaf75b641e6f55ed8de286d1db81d0338add315 (diff) | |
download | upstream-5cda3e9f7f2ca63853314f1b170889211a4900ae.tar.gz upstream-5cda3e9f7f2ca63853314f1b170889211a4900ae.tar.bz2 upstream-5cda3e9f7f2ca63853314f1b170889211a4900ae.zip |
gettext-full: update to v0.19.4
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43896
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) |