red: Update to version 30apr23 and fix autoupdate (#4768)

This commit is contained in:
StarsbySea 2023-05-02 17:57:14 +08:00 committed by GitHub
parent 58d297da0d
commit 42cc6cc51f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,23 +1,23 @@
{
"version": "0.6.4",
"version": "30apr23",
"description": "Programming language inspired by Rebol.",
"homepage": "https://www.red-lang.org",
"license": {
"identifier": "BSD-3-Clause,BSL-1.0",
"url": "https://github.com/red/red#license"
},
"url": "https://static.red-lang.org/dl/win/red-064.exe#/red.exe",
"hash": "45eb8d089b6e25701e4208ac5d1db0c483752e0abff28f58baff5a39f765db9c",
"url": "https://static.red-lang.org/dl/auto/win/red-30apr23-5e25fa6eb.exe#/red.exe",
"hash": "6e500403b0ee16a5e58e03113b63249b8ec3a3554d5b92d20dccc0f770bfe607",
"bin": "red.exe",
"checkver": {
"url": "http://static.red-lang.org/download.html",
"regex": "Red\\s+([\\d.]+)\\s+for"
"url": "https://static.red-lang.org/dl/auto/win/history.html",
"regex": "red-(\\w+)-(?<commit>\\w+).exe"
},
"autoupdate": {
"url": "https://static.red-lang.org/dl/win/red-$cleanVersion.exe#/red.exe",
"url": "https://static.red-lang.org/dl/auto/win/red-$version-$matchCommit.exe#/red.exe",
"hash": {
"url": "http://static.red-lang.org/download.html",
"regex": "$sha256"
"regex": "$basename[\\s\\S]+?$sha256"
}
}
}