summaryrefslogtreecommitdiffstats
path: root/package/libtool
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-09-21 11:45:13 +0200
committerBernhard Reutner-Fischer2007-09-21 11:45:13 +0200
commit530b8e6c2ad3a3b759214d41d9f755e51e0847b2 (patch)
tree4b496dc1ef82fc9f49cacaff189b283cdaa27c4d /package/libtool
parentFix bad patch in MPlayer (diff)
downloadbuildroot-530b8e6c2ad3a3b759214d41d9f755e51e0847b2.tar.gz
buildroot-530b8e6c2ad3a3b759214d41d9f755e51e0847b2.tar.xz
buildroot-530b8e6c2ad3a3b759214d41d9f755e51e0847b2.zip
- bump version
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/libtool.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index b5c37c7d5..f0d480e39 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -3,7 +3,7 @@
# libtool
#
#############################################################
-LIBTOOL_VERSION:=1.5.22
+LIBTOOL_VERSION:=1.5.24
LIBTOOL_SOURCE:=libtool-$(LIBTOOL_VERSION).tar.gz
LIBTOOL_SITE:=http://ftp.gnu.org/pub/gnu/libtool
LIBTOOL_CAT:=$(ZCAT)