From: Deng Qingfang Date: Sat, 18 May 2019 13:01:14 +0000 (+0800) Subject: scons: update to 3.0.5 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9ccb24c5485540b9746ff31a91b37bf8d5da9e56;p=openwrt%2Fstaging%2Fblogic.git scons: update to 3.0.5 Update scons to 3.0.5 Signed-off-by: Deng Qingfang --- diff --git a/tools/scons/Makefile b/tools/scons/Makefile index fc325bff02a6..5ec655416585 100644 --- a/tools/scons/Makefile +++ b/tools/scons/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=scons -PKG_VERSION:=3.0.1 +PKG_VERSION:=3.0.5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/scons \ http://fossies.org/linux/misc/ -PKG_HASH:=24475e38d39c19683bc88054524df018fe6949d70fbd4c69e298d39a0269f173 +PKG_HASH:=df676f23dc6d4bfa384fc389d95dcd21ab907e6349d4c848958ba4befb73c73e include $(INCLUDE_DIR)/host-build.mk