scons: Update to version 4.2.0

This commit is contained in:
Richard Kuhnt 2021-08-01 04:00:36 +00:00
parent 5592164f6a
commit dc23456c46

View File

@ -1,13 +1,13 @@
{ {
"version": "4.1.0.post1", "version": "4.2.0",
"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.post1/scons-local-4.1.0.post1.zip", "url": "https://downloads.sourceforge.net/project/scons/scons-local/4.2.0/scons-local-4.2.0.zip",
"hash": "sha1:1d4ded062f77c8d10fb3866e8ef83badfb07a07c", "hash": "sha1:d50db00ca961f1d5d5ae2d3da65cde3beeeb7d8c",
"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": {