mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
16 lines
515 B
JSON
16 lines
515 B
JSON
{
|
|
"homepage": "http://www.red-lang.org",
|
|
"version": "0.6.4",
|
|
"license": "BSD-3-Clause,BSL-1.0",
|
|
"url": "https://static.red-lang.org/dl/win/red-064.exe#/red.exe",
|
|
"hash": "9785f077558c5054c987a351c5ecaa9cb36cb45b00d8d10c38b228504bbc37ab",
|
|
"bin": "red.exe",
|
|
"checkver": {
|
|
"url": "http://static.red-lang.org/download.html",
|
|
"re": "Red\\s+([\\d.]+)\\s+for"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://static.red-lang.org/dl/win/red-$cleanVersion.exe#/red.exe"
|
|
}
|
|
}
|