mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"version": "16may25",
|
|
"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-16may25-082ef1072.exe#/red-view.exe",
|
|
"hash": "804d9377d016718cb88131b4bc4321179488f3ef797f7e6ae9e0317a441bbe8d",
|
|
"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"
|
|
}
|
|
}
|
|
}
|