Skip to content
Snippets Groups Projects
Commit 9c7206e4 authored by hauke's avatar hauke
Browse files

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: default avatarHauke Mehrtens <hauke@hauke-m.de>


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46175 3c298f89-4303-0410-b956-a3cf2f4a3e73
parent edeb43be
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ PKG_VERSION:=2.3.5 ...@@ -12,7 +12,7 @@ PKG_VERSION:=2.3.5
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/scons PKG_SOURCE_URL:=@SF/scons
PKG_MD5SUM:=a8988c7ef11133bb3b6ccf0af67ce010 PKG_MD5SUM:=8b0d1041266f89b18e47f26d943f8aa5
include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/host-build.mk
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment