diff options
author | Hauke Mehrtens <hauke@openwrt.org> | 2015-06-25 22:02:10 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@openwrt.org> | 2015-06-25 22:02:10 +0000 |
commit | 7a91070356c1fe41e89fb00fa4854f1e5e69a3df (patch) | |
tree | 6f0e67a97dd2281bac21291d439d5b7064fe059c /tools/scons/Makefile | |
parent | 03cf3bda45a9837ec2b383debf24b376afecbdcf (diff) | |
download | master-187ad058-7a91070356c1fe41e89fb00fa4854f1e5e69a3df.tar.gz master-187ad058-7a91070356c1fe41e89fb00fa4854f1e5e69a3df.tar.bz2 master-187ad058-7a91070356c1fe41e89fb00fa4854f1e5e69a3df.zip |
tools: scons: update to version 2.3.5
This brings scons to the most recent version.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46132 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 b46a077582..bde3beea0d 100644 --- a/tools/scons/Makefile +++ b/tools/scons/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=scons -PKG_VERSION:=2.3.1 +PKG_VERSION:=2.3.5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/scons -PKG_MD5SUM:=60a3cfb98b661df9f4406c61b5686bd7 +PKG_MD5SUM:=a8988c7ef11133bb3b6ccf0af67ce010 include $(INCLUDE_DIR)/host-build.mk |