diff mbox series

[OpenWrt-Devel,PATCHv2] tools/scons: update scons to 3.1.1

Message ID 87zhkda68k.fsf@husum.klickitat.com
State Accepted
Delegated to: Petr Štetiar
Headers show
Series [OpenWrt-Devel,PATCHv2] tools/scons: update scons to 3.1.1 | expand

Commit Message

Russell Senior Aug. 13, 2019, 7:12 a.m. UTC
Signed-off-by: Russell Senior <russell@personaltelco.net>
---
 tools/scons/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Petr Štetiar Aug. 13, 2019, 8:04 a.m. UTC | #1
It would be nice if you could include commit description[1] and patch
changelog[2] (what was changed/fixed in the v2 of the patch) next time.

1. https://openwrt.org/submitting-patches#submitting_patches 
2. https://openwrt.org/submitting-patches#the_canonical_patch_format look for `patch changelogs`

-- ynezz
diff mbox series

Patch

diff --git a/tools/scons/Makefile b/tools/scons/Makefile
index 5ec6554165..a9f2507835 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.1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/scons \
 		http://fossies.org/linux/misc/
-PKG_HASH:=df676f23dc6d4bfa384fc389d95dcd21ab907e6349d4c848958ba4befb73c73e
+PKG_HASH:=4cea417fdd7499a36f407923d03b4b7000b0f9e8fd7b31b316b9ce7eba9143a5
 
 include $(INCLUDE_DIR)/host-build.mk