diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-24 17:31:32 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-10-24 19:58:05 +0200 |
commit | 675ed7ed58fa965e26456ce4c01434b7b2e073d1 (patch) | |
tree | 69592b33843937266ae67a6ccf4902d6db4a8c63 /package/intltool | |
parent | a292486bd3876c2920fcac09292bfe8ad752d302 (diff) |
intltool: update to latest
Diffstat (limited to 'package/intltool')
-rw-r--r-- | package/intltool/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/intltool/Makefile b/package/intltool/Makefile index 7c19ac0c2..d0c55f155 100644 --- a/package/intltool/Makefile +++ b/package/intltool/Makefile @@ -4,13 +4,13 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= intltool -PKG_VERSION:= 0.50.2 +PKG_VERSION:= 0.51.0 PKG_RELEASE:= 1 -PKG_HASH:= 67f25c5c6fb71d095793a7f895b245e65e829e8bde68c6c8b4c912144ff34406 +PKG_HASH:= 67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd PKG_DESCR:= internationalization utility to create po files PKG_SECTION:= dev/tools PKG_URL:= http://freedesktop.org/wiki/Software/intltool/ -PKG_SITES:= https://launchpad.net/intltool/trunk/0.50.2/+download/ +PKG_SITES:= https://launchpad.net/intltool/trunk/$(PKG_VERSION)/+download/ DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz |