Skip to content

Commit

Permalink
fq: Add arm64 architecture (ScoopInstaller#4180)
Browse files Browse the repository at this point in the history
  • Loading branch information
aliesbelik authored Nov 30, 2022
1 parent fd6b19f commit d2869f9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bucket/fq.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"64bit": {
"url": "https://github.com/wader/fq/releases/download/v0.1.0/fq_0.1.0_windows_amd64.zip",
"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",
Expand All @@ -15,6 +19,9 @@
"architecture": {
"64bit": {
"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"
}
}
}
Expand Down

0 comments on commit d2869f9

Please sign in to comment.