mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
24 lines
958 B
JSON
24 lines
958 B
JSON
{
|
|
"version": "24jan24",
|
|
"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-24jan24-10dc97b01.exe#/red-toolchain.exe",
|
|
"hash": "71ca259819b51c32219563c4db3a263a87e76537203efa7b93a3d9b545b14c52",
|
|
"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"
|
|
}
|
|
}
|
|
}
|