mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
27 lines
1.1 KiB
JSON
27 lines
1.1 KiB
JSON
{
|
|
"version": "1.11.1.g95dee.kitware.jobserver-1",
|
|
"description": "A small build system with a focus on speed (Kitware fork with jobserver support).",
|
|
"homepage": "https://github.com/Kitware/ninja",
|
|
"license": "Apache-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Kitware/ninja/releases/download/v1.11.1.g95dee.kitware.jobserver-1/ninja-1.11.1.g95dee.kitware.jobserver-1_x86_64-pc-windows-msvc.zip",
|
|
"hash": "b4bfde704f7ca90891cad0bddacdb8289eb9775cec29704705b7ec7311901003",
|
|
"extract_dir": "ninja-1.11.1.g95dee.kitware.jobserver-1_x86_64-pc-windows-msvc"
|
|
}
|
|
},
|
|
"bin": "ninja.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/Kitware/ninja",
|
|
"regex": "/releases/tag/(?:v|V)?([\\w.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/Kitware/ninja/releases/download/v$version/ninja-$version_x86_64-pc-windows-msvc.zip",
|
|
"extract_dir": "ninja-$version_x86_64-pc-windows-msvc"
|
|
}
|
|
}
|
|
}
|
|
}
|