diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-27 10:46:03 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-12-27 10:46:03 +0000 |
commit | eedfb2737930d49b326246c3ab42be6affc060f8 (patch) | |
tree | 40d338395e95369497f6633cb7e1fc821f051a56 /package/libtool | |
parent | 35c4aa735fcf137ef94d26b888e41e947736ff7d (diff) |
fix libtool md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index a339a861a..61726568b 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -14,7 +14,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libtool -PKG_MD5SUM:=8e0ac9797b62ba4dcc8a2fb7936412b0 +PKG_MD5SUM:=d0071c890101fcf4f2be8934a37841b0 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |