ScoopInstaller_Main/bucket/ninja-kitware.json
Segev Finer 040d152006
ninja-kitware: Add version 1.10.2.g51db2.kitware.jobserver-1 (#3253)
* ninja-kitware: Add version 1.10.2.g51db2.kitware.jobserver-1

* Modify ninja-kitware.json and ninja.json

Modified so they include the architecture and a better description for
ninja-kitware.
2022-01-26 10:58:52 +05:30

27 lines
1.1 KiB
JSON

{
"version": "1.10.2.g51db2.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.10.2.g51db2.kitware.jobserver-1/ninja-1.10.2.g51db2.kitware.jobserver-1_x86_64-pc-windows-msvc.zip",
"hash": "6695ef68138f6c34713e48bb1a44ea7627e868fbc658424cc81e7c08f934da92",
"extract_dir": "ninja-1.10.2.g51db2.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"
}
}
}
}