ScoopInstaller_Main/bucket/red-toolchain.json
2023-08-25 04:25:51 +00:00

24 lines
958 B
JSON

{
"version": "25aug23",
"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-25aug23-10f54d613.exe#/red-toolchain.exe",
"hash": "d074607991fb0f4c668ae62a09ad76576932ff9642bed0daa436b0e4db6f6b12",
"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"
}
}
}