mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
fq: Add arm64 architecture (#4180)
This commit is contained in:
parent
fd6b19ffd0
commit
d2869f9268
@ -7,6 +7,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/wader/fq/releases/download/v0.1.0/fq_0.1.0_windows_amd64.zip",
|
"url": "https://github.com/wader/fq/releases/download/v0.1.0/fq_0.1.0_windows_amd64.zip",
|
||||||
"hash": "af9142ee625aa9a616d4eefe21fe06ff21c113113798be39bdb1837060946555"
|
"hash": "af9142ee625aa9a616d4eefe21fe06ff21c113113798be39bdb1837060946555"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/wader/fq/releases/download/v0.1.0/fq_0.1.0_windows_arm64.zip",
|
||||||
|
"hash": "615bdf52785185b4499ee2a3596b191b8ec808db8c81ecf6a2992790b979c54a"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "fq.exe",
|
"bin": "fq.exe",
|
||||||
@ -15,6 +19,9 @@
|
|||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_amd64.zip"
|
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_amd64.zip"
|
||||||
|
},
|
||||||
|
"arm64": {
|
||||||
|
"url": "https://github.com/wader/fq/releases/download/v$version/fq_$version_windows_arm64.zip"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user