From: John Crispin Date: Sat, 21 Nov 2015 21:26:06 +0000 (+0000) Subject: tools/scons: update to 2.4.1 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=3ef6120edbf6e517476f5fa1a6f18232f253ca5b;p=openwrt%2Fstaging%2Flynxis%2Fomap.git tools/scons: update to 2.4.1 Update scons to 2.4.1. Signed-off-by: Hannu Nyman SVN-Revision: 47569 --- diff --git a/tools/scons/Makefile b/tools/scons/Makefile index 3ea5d13de0..da38948bba 100644 --- a/tools/scons/Makefile +++ b/tools/scons/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=scons -PKG_VERSION:=2.4.0 +PKG_VERSION:=2.4.1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/scons \ http://fossies.org/linux/misc/ -PKG_MD5SUM:=504d8c2fa426204fe399d239d580b55c +PKG_MD5SUM:=9a0ddf33d9839f04380e0fae87cc4b40 include $(INCLUDE_DIR)/host-build.mk