mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 21:51:31 +00:00
24 lines
859 B
JSON
24 lines
859 B
JSON
{
|
|
"version": "20nov23",
|
|
"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-20nov23-5092db2fb.exe#/red.exe",
|
|
"hash": "ab4b4abf389bfdf48e3f608db567b850263d0f9cdb2cc5e13e9c97a81ef59b1b",
|
|
"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"
|
|
}
|
|
}
|
|
}
|