ScoopInstaller_Main/bucket/red-toolchain.json
2025-10-31 20:29:27 +00:00

24 lines
958 B
JSON

{
"version": "31oct25",
"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-31oct25-749b6ba76.exe#/red-toolchain.exe",
"hash": "38a78d60c33e3e19258a6a01769de6a22f6c89f51e74569862a83b5050427d29",
"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"
}
}
}