{
    "version": "28apr26",
    "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-28apr26-4093bb778.exe#/red-view.exe",
    "hash": "c7d2b623a6db689b462dea8098d2ffd4ba7be61bbdf9796b93be36b54436d252",
    "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"
        }
    }
}
