2025-11-30 20:29:45 +00:00

24 lines
860 B
JSON

{
"version": "30nov25",
"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-30nov25-ae521fd2a.exe#/red.exe",
"hash": "b96f97693274865831bcb6969b11df28dab5e760a3b2d829878fd454f48e2586",
"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"
}
}
}