mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-03 14:34:29 +00:00
24 lines
859 B
JSON
24 lines
859 B
JSON
{
|
|
"version": "11oct24",
|
|
"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/auto/win/red-11oct24-fd9a5decf.exe#/red.exe",
|
|
"hash": "98b2e21563cd8c3c608d8e9c02a05aef4fba0e6b4511b2b6b33d3f240fa3f054",
|
|
"bin": "red.exe",
|
|
"checkver": {
|
|
"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/auto/win/red-$version-$matchCommit.exe#/red.exe",
|
|
"hash": {
|
|
"url": "http://static.red-lang.org/download.html",
|
|
"regex": "$basename[\\s\\S]+?$sha256"
|
|
}
|
|
}
|
|
}
|