-
-
Notifications
You must be signed in to change notification settings - Fork 976
/
fd.json
32 lines (32 loc) · 1.33 KB
/
fd.json
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
{
"version": "10.2.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.2.0/fd-v10.2.0-x86_64-pc-windows-msvc.zip",
"hash": "92ac9e6b0a0c6ecdab638ffe210dc786403fff4c66373604cf70df27be45e4fe",
"extract_dir": "fd-v10.2.0-x86_64-pc-windows-msvc"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v10.2.0/fd-v10.2.0-i686-pc-windows-msvc.zip",
"hash": "a35941bc1063bd514b9e214d55b23ea3dd32ad1d7e74d2fa1b06ec34cbb36cc9",
"extract_dir": "fd-v10.2.0-i686-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"
}
}
}
}