diff options
author | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 18:04:32 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-08-16 18:04:32 +0200 |
commit | 0e3f81439bc4236d0a38d3e08e4e2773cc69ba51 (patch) | |
tree | 904bd3534a1f04bb7b93a9eb0c2d0ba047cd8f58 | |
parent | ff87925304c88f15e814f34bea010d5ecf5d5d71 (diff) |
recipes/intltool: Upgrade to 0.51.0
-rw-r--r-- | recipes/build-tools/intltool-m4.recipe | 4 | ||||
-rw-r--r-- | recipes/build-tools/intltool.recipe | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/recipes/build-tools/intltool-m4.recipe b/recipes/build-tools/intltool-m4.recipe index 70fc733f..c7a39010 100644 --- a/recipes/build-tools/intltool-m4.recipe +++ b/recipes/build-tools/intltool-m4.recipe @@ -3,11 +3,11 @@ import shutil class Recipe(recipe.Recipe): name = 'intltool-m4' - version = '0.40.6' + version = '0.51.0' licenses = [License.GPLv2] stype = SourceType.TARBALL btype = BuildType.CUSTOM - url = 'http://ftp.gnome.org/pub/gnome/sources/intltool/0.40/intltool-0.40.6.tar.gz' + url = 'https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz' files_devel = [ 'share/aclocal/intltool.m4', diff --git a/recipes/build-tools/intltool.recipe b/recipes/build-tools/intltool.recipe index a7218aae..9825c1d8 100644 --- a/recipes/build-tools/intltool.recipe +++ b/recipes/build-tools/intltool.recipe @@ -3,7 +3,7 @@ import shutil class Recipe(recipe.Recipe): name = 'intltool' - version = '0.40.6' + version = '0.51.0' licenses = [License.GPLv2] stype = SourceType.TARBALL - url = 'http://ftp.gnome.org/pub/gnome/sources/intltool/0.40/intltool-0.40.6.tar.gz' + url = 'https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz' |