scons: Update to version 4.9.1 (#6772)

- Fix checkver
This commit is contained in:
Zeo.c 2025-04-28 21:39:35 +08:00 committed by GitHub
parent 8dfb09226c
commit 198752ea0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,18 +1,18 @@
{ {
"version": "4.8.0", "version": "4.9.1",
"description": "A software construction tool", "description": "A software construction tool",
"homepage": "https://scons.org/", "homepage": "https://scons.org/",
"license": "MIT", "license": "MIT",
"suggest": { "suggest": {
"Python": "python" "Python": "python"
}, },
"url": "https://downloads.sourceforge.net/project/scons/scons-local/4.8.0/scons-local-4.8.0.zip", "url": "https://downloads.sourceforge.net/project/scons/scons-local/4.9.1/scons-local-4.9.1.zip",
"hash": "sha1:1367733003130f78f2b7dced86716081aa478ac2", "hash": "sha1:3f41023f5b15327172388e62bb7799416e27dbf9",
"pre_install": "echo \"python `\"$dir\\scons.py`\" @args\" | out-file \"$dir\\scons.ps1\"", "pre_install": "echo \"python `\"$dir\\scons.py`\" @args\" | out-file \"$dir\\scons.ps1\"",
"bin": "scons.ps1", "bin": "scons.ps1",
"checkver": { "checkver": {
"url": "https://scons.org/pages/download.html", "url": "https://scons.org/pages/download.html",
"regex": "<strong>The current production release</strong> of SCons is <strong>([\\w.]+)</strong>" "regex": "The current production release of SCons is <strong>([\\w.]+)</strong>"
}, },
"autoupdate": { "autoupdate": {
"url": "https://downloads.sourceforge.net/project/scons/scons-local/$version/scons-local-$version.zip" "url": "https://downloads.sourceforge.net/project/scons/scons-local/$version/scons-local-$version.zip"