ScoopInstaller_Main/bucket/red-view.json
2023-08-28 16:26:58 +00:00

30 lines
1.0 KiB
JSON

{
"version": "28aug23",
"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-28aug23-a48cd0f1c.exe#/red-view.exe",
"hash": "7d5f19a53b563b4d04f0bb1fdb2aac0e4a8ec14b4ea5cfbc58f245809a2e867b",
"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"
}
}
}