mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
red-view: Add version 18jul23 (#4905)
* red-view: Add version 25jun23 * Update version --------- Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
parent
2d65016a4c
commit
5f6a5faaa7
29
bucket/red-view.json
Normal file
29
bucket/red-view.json
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"version": "18jul23",
|
||||||
|
"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-18jul23-af3d35a2f.exe#/red-view.exe",
|
||||||
|
"hash": "f3b90296d84c766bee12296ade3d1881f2e18cf1671dce608f4075e3da666070",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user