summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2015-08-16 18:04:51 +0200
committerEdward Hervey <bilboed@bilboed.com>2015-08-16 18:04:51 +0200
commit452bbe706c69d57ee2b91fa93cc000bdc8067117 (patch)
tree7bb101a697c76d54223c5a71e1e78a7ba056673e
parent0e3f81439bc4236d0a38d3e08e4e2773cc69ba51 (diff)
recipes/libtool: Bump to 2.4.6
-rw-r--r--recipes/build-tools/libtool.recipe4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/build-tools/libtool.recipe b/recipes/build-tools/libtool.recipe
index f5a6fb14..7ed9d857 100644
--- a/recipes/build-tools/libtool.recipe
+++ b/recipes/build-tools/libtool.recipe
@@ -4,10 +4,10 @@ from cerbero.utils import shell
class Recipe(recipe.Recipe):
name = 'libtool'
- version = '2.4.5'
+ version = '2.4.6'
licenses = [License.GPLv2]
stype = SourceType.TARBALL
- url = 'http://ftpmirror.gnu.org/libtool/libtool-2.4.5.tar.gz'
+ url = 'http://ftpmirror.gnu.org/libtool/libtool-2.4.6.tar.gz'
deps = ['m4']
patches = ['libtool/0001-Add-support-for-weak_framework-linking-on-Darwin.patch']