From: Hauke Mehrtens Date: Sat, 4 Jul 2015 08:54:20 +0000 (+0000) Subject: scons: change md5sum to new release X-Git-Tag: reboot~2636 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=97db107703dff064027edf037c670890ecb21bff 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 SVN-Revision: 46175 --- 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