diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-07-04 08:54:20 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-07-04 08:54:20 +0000 |
commit | 1100b0c3971772f11319729497a17e02e0595d83 (patch) | |
tree | 569c47f2f34857e4dcbf7d59721eea36f6e2cf76 /tools/scons | |
parent | 6c289f2344a99877dc922b1868c0b450a8a3a53d (diff) | |
download | master-187ad058-1100b0c3971772f11319729497a17e02e0595d83.tar.gz master-187ad058-1100b0c3971772f11319729497a17e02e0595d83.tar.bz2 master-187ad058-1100b0c3971772f11319729497a17e02e0595d83.zip |
scons: change md5sum to new release
The developers of scons found a bug in the packaging of their release
and just replaced the already released version with a new one without
changing the version number. This breaks the download script because it
also has a new md5sum.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46175 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/scons')
-rw-r--r-- | tools/scons/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scons/Makefile b/tools/scons/Makefile index bde3beea0d..7654f57dd8 100644 --- a/tools/scons/Makefile +++ b/tools/scons/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.3.5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/scons -PKG_MD5SUM:=a8988c7ef11133bb3b6ccf0af67ce010 +PKG_MD5SUM:=8b0d1041266f89b18e47f26d943f8aa5 include $(INCLUDE_DIR)/host-build.mk |