diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-23 10:29:49 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2013-04-23 10:29:49 +0000 |
commit | c47d781639a26345e050a8feac7ccebeac938b15 (patch) | |
tree | fa8752d360af603f71dfeb0ab169e2d4cc2d3fb6 /package/libs/gettext-full/Makefile | |
parent | a70d87dbefc3ca4b64ec8b7592bf233737d00e13 (diff) | |
download | upstream-c47d781639a26345e050a8feac7ccebeac938b15.tar.gz upstream-c47d781639a26345e050a8feac7ccebeac938b15.tar.bz2 upstream-c47d781639a26345e050a8feac7ccebeac938b15.zip |
gettext-full: updated to 0.18.2.1
Signed-off-by: Russell Senior <russell@personaltelco.net>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36400 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 3444e6b2f0..20c234ef3d 100644 --- a/package/libs/gettext-full/Makefile +++ b/package/libs/gettext-full/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2012 OpenWrt.org +# Copyright (C) 2006-2013 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.1.1 -PKG_RELEASE:=2 +PKG_VERSION:=0.18.2.1 +PKG_RELEASE:=1 PKG_SOURCE:=gettext-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/gettext -PKG_MD5SUM:=3dd55b952826d2b32f51308f2f91aa89 +PKG_MD5SUM:=034c8103b14654ebd300fadac44d6f14 PKG_BUILD_DIR:=$(BUILD_DIR)/gettext-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/gettext-$(PKG_VERSION) |