From 198752ea0c494f9ef57f00e9ab771049cc836069 Mon Sep 17 00:00:00 2001 From: "Zeo.c" Date: Mon, 28 Apr 2025 21:39:35 +0800 Subject: [PATCH] scons: Update to version 4.9.1 (#6772) - Fix checkver --- bucket/scons.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/scons.json b/bucket/scons.json index b99270b15b..28e37a59da 100644 --- a/bucket/scons.json +++ b/bucket/scons.json @@ -1,18 +1,18 @@ { - "version": "4.8.0", + "version": "4.9.1", "description": "A software construction tool", "homepage": "https://scons.org/", "license": "MIT", "suggest": { "Python": "python" }, - "url": "https://downloads.sourceforge.net/project/scons/scons-local/4.8.0/scons-local-4.8.0.zip", - "hash": "sha1:1367733003130f78f2b7dced86716081aa478ac2", + "url": "https://downloads.sourceforge.net/project/scons/scons-local/4.9.1/scons-local-4.9.1.zip", + "hash": "sha1:3f41023f5b15327172388e62bb7799416e27dbf9", "pre_install": "echo \"python `\"$dir\\scons.py`\" @args\" | out-file \"$dir\\scons.ps1\"", "bin": "scons.ps1", "checkver": { "url": "https://scons.org/pages/download.html", - "regex": "The current production release of SCons is ([\\w.]+)" + "regex": "The current production release of SCons is ([\\w.]+)" }, "autoupdate": { "url": "https://downloads.sourceforge.net/project/scons/scons-local/$version/scons-local-$version.zip"