mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
ninja: (chore) Add arm64 version (closes #5710)
This commit is contained in:
parent
fb4650798e
commit
848d7de72a
@ -7,6 +7,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-win.zip",
|
"url": "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-win.zip",
|
||||||
"hash": "51d99be9ceea8835edf536d52d47fa4c316aa332e57f71a08df5bd059da11417"
|
"hash": "51d99be9ceea8835edf536d52d47fa4c316aa332e57f71a08df5bd059da11417"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/ninja-build/ninja/releases/download/v1.12.0/ninja-winarm64.zip",
|
||||||
|
"hash": "d5096b499ecbcb4f7a6df439a3deb0666d4ffded8c3b67c59f1e6e797277e55b"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ninja.exe",
|
"bin": "ninja.exe",
|
||||||
@ -17,6 +21,9 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/ninja-build/ninja/releases/download/v$version/ninja-win.zip"
|
"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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user