Skip to content

Commit 9b5cc1d

Browse files
authored
[email protected]: Add arm64 support (#7491)
1 parent 6ecfaae commit 9b5cc1d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bucket/fd.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313
"url": "https://github.com/sharkdp/fd/releases/download/v10.3.0/fd-v10.3.0-i686-pc-windows-msvc.zip",
1414
"hash": "1e1c1c677d01c1df9e54095d727f61649401ac54a5946cecb3fbe3d002615fd8",
1515
"extract_dir": "fd-v10.3.0-i686-pc-windows-msvc"
16+
},
17+
"arm64": {
18+
"url": "https://github.com/sharkdp/fd/releases/download/v10.3.0/fd-v10.3.0-aarch64-pc-windows-msvc.zip",
19+
"hash": "sha256:bf9b1e31bcac71c1e95d49c56f0d872f525b95d03854e94b1d4dd6786f825cc5",
20+
"extract_dir": "fd-v10.3.0-aarch64-pc-windows-msvc"
1621
}
1722
},
1823
"bin": "fd.exe",
@@ -26,6 +31,10 @@
2631
"32bit": {
2732
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v$version-i686-pc-windows-msvc.zip",
2833
"extract_dir": "fd-v$version-i686-pc-windows-msvc"
34+
},
35+
"arm64": {
36+
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v10.3.0-aarch64-pc-windows-msvc.zip",
37+
"extract_dir": "fd-v$version-aarch64-pc-windows-msvc"
2938
}
3039
}
3140
}

0 commit comments

Comments
 (0)