mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
24 lines
958 B
JSON
24 lines
958 B
JSON
{
|
|
"version": "30sep25",
|
|
"description": "Programming language inspired by Rebol. Encapper for Red + Red/System compiler",
|
|
"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-toolchain-30sep25-c0a87fbe6.exe#/red-toolchain.exe",
|
|
"hash": "d48f5884bd1fc1dab1c429806bb5477331529fe375270985ab43e677bc6258fb",
|
|
"bin": "red-toolchain.exe",
|
|
"checkver": {
|
|
"url": "https://static.red-lang.org/dl/auto/win/history.html",
|
|
"regex": "red-toolchain-(\\w+)-(?<commit>\\w+).exe"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://static.red-lang.org/dl/auto/win/red-toolchain-$version-$matchCommit.exe#/red-toolchain.exe",
|
|
"hash": {
|
|
"url": "http://static.red-lang.org/download.html",
|
|
"regex": "$basename[\\s\\S]+?$sha256"
|
|
}
|
|
}
|
|
}
|