mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
This leads to more consistent license properties and allows for easier automated parsing. https://spdx.org/licenses/
17 lines
515 B
JSON
17 lines
515 B
JSON
{
|
|
"homepage": "https://ninja-build.org/",
|
|
"license": "Apache-2.0",
|
|
"version": "1.8.2",
|
|
"url": "https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip",
|
|
"hash": "c80313e6c26c0b9e0c241504718e2d8bbc2798b73429933adf03fdc6d84f0e70",
|
|
"bin": [
|
|
"ninja.exe"
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/ninja-build/ninja"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/ninja-build/ninja/releases/download/v$version/ninja-win.zip"
|
|
}
|
|
}
|