2023-05-31 00:33:54 +00:00

24 lines
859 B
JSON

{
"version": "31may23",
"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-31may23-03b64ae50.exe#/red.exe",
"hash": "b0e6d102ae7c42d4327f55f1229793db8aaec167c2e503a16ffe5ac8795d1770",
"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": "http://static.red-lang.org/download.html",
"regex": "$basename[\\s\\S]+?$sha256"
}
}
}