diff options
Diffstat (limited to 'package/libtool/Makefile')
-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 5b30d5007c..f105ffd81f 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtool -PKG_VERSION:=1.5.26 +PKG_VERSION:=2.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libtool -PKG_MD5SUM:=aa9c5107f3ec9ef4200eb6556f3b3c29 +#PKG_MD5SUM:=aa9c5107f3ec9ef4200eb6556f3b3c29 HOST_PATCH_DIR=/dev/null |