ScoopInstaller_Main/ninja.json
Hugo Locurcio 5810275996 Use SPDX license identifiers in the default bucket (#2211)
This leads to more consistent license properties and allows for easier
automated parsing. https://spdx.org/licenses/
2018-04-20 18:04:49 +02:00

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"
}
}