2025-10-16 12:31:52 +00:00

24 lines
860 B
JSON

{
"version": "16oct25",
"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-16oct25-bfc01e112.exe#/red.exe",
"hash": "fcf1ff69e529daa8391873026eab94c93411734ed4605550112add752c3bc54d",
"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"
}
}
}