mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
16 lines
512 B
JSON
16 lines
512 B
JSON
{
|
|
"homepage": "http://www.red-lang.org",
|
|
"version": "0.6.3",
|
|
"license": "BSD-3 AND BSL-1.0",
|
|
"url": "https://static.red-lang.org/dl/win/red-063.exe#/red.exe",
|
|
"hash": "105d0f7b009a802a35a636c5dbedc69e89477fd62b6ba77690845fd78d436171",
|
|
"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"
|
|
}
|
|
}
|