ScoopInstaller_Main/bucket/red-view.json
2023-08-24 20:24:33 +00:00

30 lines
1.0 KiB
JSON

{
"version": "24aug23",
"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-24aug23-ec8c987a3.exe#/red-view.exe",
"hash": "05ce75fe07f7baaef877075429efc4241ffe09e8b8a7518b2540b25825d9f9e5",
"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"
}
}
}