From 2c47be3e2afbd53ce08f6815e8481e97ca2f832d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 00:34:04 +0000 Subject: [PATCH] scons: Update to version 4.8.0 --- bucket/scons.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/scons.json b/bucket/scons.json index 81651871fc..b99270b15b 100644 --- a/bucket/scons.json +++ b/bucket/scons.json @@ -1,13 +1,13 @@ { - "version": "4.7.0", + "version": "4.8.0", "description": "A software construction tool", "homepage": "https://scons.org/", "license": "MIT", "suggest": { "Python": "python" }, - "url": "https://downloads.sourceforge.net/project/scons/scons-local/4.7.0/scons-local-4.7.0.zip", - "hash": "sha1:3879e98823aed3275c016bde712d56fbd662742d", + "url": "https://downloads.sourceforge.net/project/scons/scons-local/4.8.0/scons-local-4.8.0.zip", + "hash": "sha1:1367733003130f78f2b7dced86716081aa478ac2", "pre_install": "echo \"python `\"$dir\\scons.py`\" @args\" | out-file \"$dir\\scons.ps1\"", "bin": "scons.ps1", "checkver": {