diff mbox series

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

Message ID 87v9vm1nc5.fsf@husum.klickitat.com
State Superseded
Delegated to: Petr Štetiar
Headers show
Series [OpenWrt-Devel] tools/scons: update scons to 3.1.0 | expand

Commit Message

Russell Senior July 28, 2019, 10:10 a.m. UTC
Needed to build gpsd again, which is required by olsrd.

Signed-off-by: Russell Senior <russell@personaltelco.net>
---
 tools/scons/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/tools/scons/Makefile b/tools/scons/Makefile
index 5ec6554165..931b662f95 100644
--- a/tools/scons/Makefile
+++ b/tools/scons/Makefile
@@ -8,12 +8,12 @@ 
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=scons
-PKG_VERSION:=3.0.5
+PKG_VERSION:=3.1.0
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/scons \
 		http://fossies.org/linux/misc/
-PKG_HASH:=df676f23dc6d4bfa384fc389d95dcd21ab907e6349d4c848958ba4befb73c73e
+PKG_HASH:=f3f548d738d4a2179123ecd744271ec413b2d55735ea7625a59b1b59e6cd132f
 
 include $(INCLUDE_DIR)/host-build.mk