ScoopInstaller_Main/bucket/red-toolchain.json
2024-01-13 16:26:42 +00:00

24 lines
958 B
JSON

{
"version": "13jan24",
"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-13jan24-4b95ca192.exe#/red-toolchain.exe",
"hash": "50ba808e8ae9b57d74d968e0bbc42c01dbc00fbc1b0daec04f4e7c116d5719bb",
"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"
}
}
}