From da23003b7dacc244c61ab44e69a7d142f59c8346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Sat, 29 May 2021 02:33:25 -0700 Subject: [PATCH] scons: Update to version 4.1.0.post1 --- bucket/scons.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/scons.json b/bucket/scons.json index 66c42f15af..68127dbf43 100644 --- a/bucket/scons.json +++ b/bucket/scons.json @@ -1,18 +1,18 @@ { - "version": "4.1.0", + "version": "4.1.0.post1", "description": "A software construction tool", "homepage": "https://scons.org/", "license": "MIT", "suggest": { "Python": "python" }, - "url": "https://downloads.sourceforge.net/project/scons/scons-local/4.1.0/scons-local-4.1.0.zip", - "hash": "sha1:2c1288c5661e5e1f3cc835f407f7cb183863e1cf", + "url": "https://downloads.sourceforge.net/project/scons/scons-local/4.1.0.post1/scons-local-4.1.0.post1.zip", + "hash": "sha1:1d4ded062f77c8d10fb3866e8ef83badfb07a07c", "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 ([\\d.]+)" + "regex": "The current production release of SCons is ([\\w.]+)" }, "autoupdate": { "url": "https://downloads.sourceforge.net/project/scons/scons-local/$version/scons-local-$version.zip"