diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-03 23:22:39 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-12-03 23:22:39 +0000 |
commit | efe166296bdf87d3747227d9d556c284df0dba5d (patch) | |
tree | 04b18cc128239f201a410e9bb3855f7a20aadd42 /package/libtool | |
parent | d4c88de4acc582d6929dc36fc2eb97d0c3f9785d (diff) |
[package/libtool] add md5 checksum
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24232 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 f105ffd81..5aa5aa365 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/libtool -#PKG_MD5SUM:=aa9c5107f3ec9ef4200eb6556f3b3c29 +PKG_MD5SUM:=b32b04148ecdd7344abc6fe8bd1bb021 HOST_PATCH_DIR=/dev/null |