diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-08-01 18:34:08 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-08-01 18:34:08 -0700 |
commit | ee1693b84cec53c31933a25d46da757fb7d7a1f8 (patch) | |
tree | aa1aaccb5ef54cfd715cab9995d7163f70f5c3cc /libs/intltool/Makefile | |
parent | df9f020b82f3900a4e68f19f79f96445b7c90e2a (diff) |
intltool: Update to 0.51
Upstream has moved. @GNOME only has old versions.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/intltool/Makefile')
-rw-r--r-- | libs/intltool/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libs/intltool/Makefile b/libs/intltool/Makefile index cebae5370..4c672f2f9 100644 --- a/libs/intltool/Makefile +++ b/libs/intltool/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=intltool -PKG_LIBVER:=0.40 -PKG_VERSION:=$(PKG_LIBVER).6 -PKG_RELEASE:=3 +PKG_LIBVER:=0.51 +PKG_VERSION:=$(PKG_LIBVER).0 +PKG_RELEASE:=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=@GNOME/intltool/$(PKG_LIBVER) -PKG_HASH:=4d1e5f8561f09c958e303d4faa885079a5e173a61d28437d0013ff5efc9e3b64 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz +PKG_SOURCE_URL:=https://launchpad.net/intltool/trunk/$(PKG_VERSION)/+download +PKG_HASH:=67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_HOST_ONLY:=1 @@ -27,7 +27,7 @@ define Package/intltool SECTION:=libs CATEGORY:=Libraries TITLE:=set of tools to centralize translation using GNU gettext - URL:=http://www.freedesktop.org/wiki/Software/intltool + URL:=https://www.freedesktop.org/wiki/Software/intltool BUILDONLY:=1 endef |