-
-
Notifications
You must be signed in to change notification settings - Fork 976
/
ninja.json
30 lines (30 loc) · 1.06 KB
/
ninja.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"version": "1.12.1",
"description": "A small build system with a focus on speed.",
"homepage": "https://ninja-build.org/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-win.zip",
"hash": "f550fec705b6d6ff58f2db3c374c2277a37691678d6aba463adcbb129108467a"
},
"arm64": {
"url": "https://github.com/ninja-build/ninja/releases/download/v1.12.1/ninja-winarm64.zip",
"hash": "79c96a50e0deafec212cfa85aa57c6b74003f52d9d1673ddcd1eab1c958c5900"
}
},
"bin": "ninja.exe",
"checkver": {
"github": "https://github.com/ninja-build/ninja"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ninja-build/ninja/releases/download/v$version/ninja-win.zip"
},
"arm64": {
"url": "https://github.com/ninja-build/ninja/releases/download/v$version/ninja-winarm64.zip"
}
}
}
}