diff options
author | John Crispin <blogic@openwrt.org> | 2015-11-21 21:26:06 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-11-21 21:26:06 +0000 |
commit | f97f3b35d46fd89fa78b1804f16321eca885aeae (patch) | |
tree | 8cab186838cc714cd13cbafcc84e2ceeb4ed4d07 /tools/scons/Makefile | |
parent | c6a04a8a6909ea9a7266d313d4f70572db12e4b2 (diff) | |
download | master-187ad058-f97f3b35d46fd89fa78b1804f16321eca885aeae.tar.gz master-187ad058-f97f3b35d46fd89fa78b1804f16321eca885aeae.tar.bz2 master-187ad058-f97f3b35d46fd89fa78b1804f16321eca885aeae.zip |
tools/scons: update to 2.4.1
Update scons to 2.4.1.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47569 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/scons/Makefile')
-rw-r--r-- | tools/scons/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |