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.
This commit is contained in:
Segev Finer 2022-01-26 07:28:52 +02:00 committed by GitHub
parent 2663e07b6e
commit 040d152006
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 37 additions and 3 deletions

26
bucket/ninja-kitware.json Normal file
View File

@ -0,0 +1,26 @@
{
"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"
}
}
}
}

View File

@ -3,13 +3,21 @@
"description": "A small build system with a focus on speed.",
"homepage": "https://ninja-build.org/",
"license": "Apache-2.0",
"url": "https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip",
"hash": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f",
"architecture": {
"64bit": {
"url": "https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip",
"hash": "bbde850d247d2737c5764c927d1071cbb1f1957dcabda4a130fa8547c12c695f"
}
},
"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"
"architecture": {
"64bit": {
"url": "https://github.com/ninja-build/ninja/releases/download/v$version/ninja-win.zip"
}
}
}
}