2025-11-03 12:32:16 +00:00

24 lines
860 B
JSON

{
"version": "03nov25",
"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-03nov25-3ccc5fe32.exe#/red.exe",
"hash": "61c08f3aebfcb74fa3e741dc2b12090a91662e33ece8c31c86d7e7a44e92efdb",
"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"
}
}
}