forked from ScoopInstaller/Scoop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfd.json
27 lines (27 loc) · 1015 Bytes
/
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
{
"homepage": "https://github.com/sharkdp/fd",
"license": "MIT",
"version": "5.0.0",
"architecture": {
"64bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v5.0.0/fd-v5.0.0-x86_64-pc-windows-msvc.zip",
"hash": "2700515b67c5f334f8256b034764bf23de77bcf3f78a6082ccbffd518e1773cc"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v5.0.0/fd-v5.0.0-i686-pc-windows-msvc.zip",
"hash": "a030f6391d842025512ab5b0f000940e12bb75345db99bf4d11edd24176262a7"
}
},
"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"
},
"32bit": {
"url": "https://github.com/sharkdp/fd/releases/download/v$version/fd-v$version-i686-pc-windows-msvc.zip"
}
}
}
}