mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 20:14:27 +00:00
29 lines
1.1 KiB
JSON
29 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/sharkdp/fd",
|
|
"description": "A simple, fast and user-friendly alternative to 'find'.",
|
|
"license": "MIT",
|
|
"version": "8.0.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v8.0.0/fd-v8.0.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "3bdf273c8a7e3b93c181fd475e0ba39018ac229414af6fdab16b17803db1b3b0"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v8.0.0/fd-v8.0.0-i686-pc-windows-msvc.zip",
|
|
"hash": "0c93ff40583bc36bc58ee99e7ee0a4226ca6e220ae312385751f843827ab89de"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|