ScoopInstaller_Main/bucket/red-toolchain.json
2025-09-08 20:28:55 +00:00

24 lines
958 B
JSON

{
"version": "08sep25",
"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-08sep25-c8b6ebc4e.exe#/red-toolchain.exe",
"hash": "d4797c6d4ce0e64c9616ce5a4a760ab820b765f0650b60795a0f9001c2b8e9af",
"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"
}
}
}