2025-11-19 00:42:18 +00:00

24 lines
860 B
JSON

{
"version": "18nov25",
"description": "Programming language inspired by Rebol.",
"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-18nov25-82d64d8e1.exe#/red.exe",
"hash": "c5f34ef5b219c87de2b092b7699c6c0c0be165eb7c2b89d0fdb8704b173606c7",
"bin": "red.exe",
"checkver": {
"url": "https://static.red-lang.org/dl/auto/win/history.html",
"regex": "red-(\\w+)-(?<commit>\\w+).exe"
},
"autoupdate": {
"url": "https://static.red-lang.org/dl/auto/win/red-$version-$matchCommit.exe#/red.exe",
"hash": {
"url": "https://static.red-lang.org/download.html",
"regex": "$basename[\\s\\S]+?$sha256"
}
}
}