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:
Mifuyne 2023-07-20 10:12:53 -04:00 committed by GitHub
parent 2d65016a4c
commit 5f6a5faaa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

29
bucket/red-view.json Normal file
View 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"
}
}
}