mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
kaf@0.2.6: Add arm64 architecture (#4927)
This commit is contained in:
parent
c35ddce8c8
commit
c347c77cb9
@ -7,6 +7,10 @@
|
||||
"64bit": {
|
||||
"url": "https://github.com/birdayz/kaf/releases/download/v0.2.6/kaf_0.2.6_Windows_x86_64.tar.gz",
|
||||
"hash": "09f5dd0188e44013b51a8166cb069f7fd2f8a45611eca5c921bb632eadf43c8a"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/birdayz/kaf/releases/download/v0.2.6/kaf_0.2.6_Windows_arm64.tar.gz",
|
||||
"hash": "5f12cc55a0de98a7b2c10b72c192661bee41fa561bf858f49901f2af88e3e6d0"
|
||||
}
|
||||
},
|
||||
"bin": "kaf.exe",
|
||||
@ -15,6 +19,9 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/birdayz/kaf/releases/download/v$version/kaf_$version_Windows_x86_64.tar.gz"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/birdayz/kaf/releases/download/v$version/kaf_$version_Windows_arm64.tar.gz"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user