forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfd.json
More file actions
41 lines (41 loc) · 1.85 KB
/
fd.json
File metadata and controls
41 lines (41 loc) · 1.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"version": "10.3.0",
"description": "A simple, fast and user-friendly alternative to 'find'.",
"homepage": "https://github.com/sharkdp/fd",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v10.3.0/fd-v10.3.0-x86_64-pc-windows-msvc.zip",
"hash": "318aa2a6fa664325933e81fda60d523fff29444129e91ebf0726b5b3bcd8b059",
"extract_dir": "fd-v10.3.0-x86_64-pc-windows-msvc"
},
"32bit": {
"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",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v$version-x86_64-pc-windows-msvc.zip",
"extract_dir": "fd-v$version-x86_64-pc-windows-msvc"
},
"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"
}
}
}
}