ScoopInstaller_Main/bucket/red-toolchain.json
2023-11-22 16:27:49 +00:00

24 lines
958 B
JSON

{
"version": "22nov23",
"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-22nov23-34f26dff0.exe#/red-toolchain.exe",
"hash": "2721cd6e60db8c0019d7ad47667cc4d4e2d56a9e630de5902bac57d1021bb91c",
"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"
}
}
}