mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-07 20:25:14 +00:00
24 lines
859 B
JSON
24 lines
859 B
JSON
{
|
|
"version": "29mar25",
|
|
"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-29mar25-2b5aa6f1e.exe#/red.exe",
|
|
"hash": "5ebab5f48c7a100aa2403020ba28f6dd34493b32ed05e8f6b5df1bc2ed933e7e",
|
|
"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"
|
|
}
|
|
}
|
|
}
|