diff mbox

[OpenWrt-Devel] tools/scons: update to 2.4.1

Message ID 1447937215-18958-1-git-send-email-hannu.nyman@iki.fi
State Accepted
Headers show

Commit Message

Hannu Nyman Nov. 19, 2015, 12:46 p.m. UTC
Update scons to 2.4.1.

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
---
 tools/scons/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox

Patch

diff --git a/tools/scons/Makefile b/tools/scons/Makefile
index 3ea5d13..da38948 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