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 | ead707ba4e272f2d021f81d1a6238f7a4d263586 (patch) | |
tree | 40d338395e95369497f6633cb7e1fc821f051a56 /package | |
parent | ab2937e51fba733297705dfcb72c61c80a5407ec (diff) | |
download | master-187ad058-ead707ba4e272f2d021f81d1a6238f7a4d263586.tar.gz master-187ad058-ead707ba4e272f2d021f81d1a6238f7a4d263586.tar.bz2 master-187ad058-ead707ba4e272f2d021f81d1a6238f7a4d263586.zip |
fix libtool md5sum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9952 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package')
-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) |