scons: Update to version 4.1.0.post1

This commit is contained in:
Jakub Čábera 2021-05-29 02:33:25 -07:00
parent 555a08ac18
commit da23003b7d

View File

@ -1,18 +1,18 @@
{ {
"version": "4.1.0", "version": "4.1.0.post1",
"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.1.0/scons-local-4.1.0.zip", "url": "https://downloads.sourceforge.net/project/scons/scons-local/4.1.0.post1/scons-local-4.1.0.post1.zip",
"hash": "sha1:2c1288c5661e5e1f3cc835f407f7cb183863e1cf", "hash": "sha1:1d4ded062f77c8d10fb3866e8ef83badfb07a07c",
"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>([\\d.]+)</strong>" "regex": "<strong>The current production release</strong> 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"