mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
15 lines
450 B
JSON
15 lines
450 B
JSON
{
|
|
"homepage": "https://ninja-build.org/",
|
|
"version": "1.7.1",
|
|
"license": "Apache 2.0",
|
|
"url": "https://github.com/ninja-build/ninja/releases/download/v1.7.1/ninja-win.zip",
|
|
"hash": "4221b2cef768de64799077ba83ca9ca28e197415a34257ed8d54f93e899afc4e",
|
|
"bin": [
|
|
"ninja.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://github.com/ninja-build/ninja/releases/latest",
|
|
"re": "\/releases\/tag\/v([\\d.]+)"
|
|
}
|
|
}
|