diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-09-24 22:19:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-09-24 22:19:33 +0000 |
commit | 22c662287980777d0cafe083803d7bb7a36f3964 (patch) | |
tree | 84fbb7f19162d86b282cf2c97710da305de1e42a /package/libtool | |
parent | 801e4e6c1a12171d57a3c13c2f1fce151cd082e1 (diff) | |
download | upstream-22c662287980777d0cafe083803d7bb7a36f3964.tar.gz upstream-22c662287980777d0cafe083803d7bb7a36f3964.tar.bz2 upstream-22c662287980777d0cafe083803d7bb7a36f3964.zip |
libtool: update to 1.5.26 (patch from #4905)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17715 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 7c5e431ea3..e5d11728e7 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtool -PKG_VERSION:=1.5.24 +PKG_VERSION:=1.5.26 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libtool -PKG_MD5SUM:=d0071c890101fcf4f2be8934a37841b0 +PKG_MD5SUM:=aa9c5107f3ec9ef4200eb6556f3b3c29 HOST_PATCH_DIR=/dev/null |