diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-27 10:46:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-27 10:46:03 +0000 |
commit | ed426409cc63c1bf32c7a371e56b55a931a4cf0a (patch) | |
tree | e82f2afd87120beccdf26daf7f941bfbcab2ef0d /package/libtool/Makefile | |
parent | f99b9e7b2bc884dfa2add95d17d3ffb382f411a0 (diff) | |
download | upstream-ed426409cc63c1bf32c7a371e56b55a931a4cf0a.tar.gz upstream-ed426409cc63c1bf32c7a371e56b55a931a4cf0a.tar.bz2 upstream-ed426409cc63c1bf32c7a371e56b55a931a4cf0a.zip |
fix libtool md5sum
SVN-Revision: 9952
Diffstat (limited to 'package/libtool/Makefile')
-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 a339a861a2..61726568b0 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) |