mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-15 20:01:19 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"version": "11aug23",
|
|
"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-11aug23-baa93a6dc.exe#/red-view.exe",
|
|
"hash": "7abfda649e7440d6b7891c24eec5a1cac7b2483b2e9b98493b99b0889a20dae3",
|
|
"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"
|
|
}
|
|
}
|
|
}
|