mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-05 03:24:49 +00:00
fd@10.3.0: Add arm64 support (#7491)
This commit is contained in:
parent
6ecfaae23d
commit
9b5cc1dc8c
@ -13,6 +13,11 @@
|
||||
"url": "https://github.com/sharkdp/fd/releases/download/v10.3.0/fd-v10.3.0-i686-pc-windows-msvc.zip",
|
||||
"hash": "1e1c1c677d01c1df9e54095d727f61649401ac54a5946cecb3fbe3d002615fd8",
|
||||
"extract_dir": "fd-v10.3.0-i686-pc-windows-msvc"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/sharkdp/fd/releases/download/v10.3.0/fd-v10.3.0-aarch64-pc-windows-msvc.zip",
|
||||
"hash": "sha256:bf9b1e31bcac71c1e95d49c56f0d872f525b95d03854e94b1d4dd6786f825cc5",
|
||||
"extract_dir": "fd-v10.3.0-aarch64-pc-windows-msvc"
|
||||
}
|
||||
},
|
||||
"bin": "fd.exe",
|
||||
@ -26,6 +31,10 @@
|
||||
"32bit": {
|
||||
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v$version-i686-pc-windows-msvc.zip",
|
||||
"extract_dir": "fd-v$version-i686-pc-windows-msvc"
|
||||
},
|
||||
"arm64": {
|
||||
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v10.3.0-aarch64-pc-windows-msvc.zip",
|
||||
"extract_dir": "fd-v$version-aarch64-pc-windows-msvc"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user