ScoopInstaller_Main/bucket/red-view.json
2025-09-30 12:32:44 +00:00

30 lines
1.0 KiB
JSON

{
"version": "30sep25",
"description": "Programming language inspired by Rebol. GUI console version, includes view.",
"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-view-30sep25-c0a87fbe6.exe#/red-view.exe",
"hash": "c5990387fcf5f6bad2c3b9a3cafd8bdd2da6e110e4f260261ceaf9bd1bff0e48",
"bin": "red-view.exe",
"checkver": {
"url": "https://static.red-lang.org/dl/auto/win/history.html",
"regex": "red-view-(\\w+)-(?<commit>\\w+).exe"
},
"shortcuts": [
[
"red-view.exe",
"Red GUI Console"
]
],
"autoupdate": {
"url": "https://static.red-lang.org/dl/auto/win/red-view-$version-$matchCommit.exe#/red-view.exe",
"hash": {
"url": "http://static.red-lang.org/download.html",
"regex": "$basename[\\s\\S]+?$sha256"
}
}
}