mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
28 lines
1015 B
JSON
28 lines
1015 B
JSON
{
|
|
"homepage": "https://github.com/sharkdp/fd",
|
|
"license": "MIT",
|
|
"version": "6.2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v6.2.0/fd-v6.2.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "b0419bc7b3d88786924abaaba8cd3a3891e10c267430cb5d2b23305c87709e14"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v6.2.0/fd-v6.2.0-i686-pc-windows-msvc.zip",
|
|
"hash": "bfbd17d267be893e2286dbb619508a875a4381f8c4616d6d27075134fd1a4b81"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|