mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
33 lines
1.3 KiB
JSON
33 lines
1.3 KiB
JSON
{
|
|
"version": "8.3.2",
|
|
"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/v8.3.2/fd-v8.3.2-x86_64-pc-windows-msvc.zip",
|
|
"hash": "5378404137e4b5cb8ced61ba61f9cafe780649a56c103fc35181d94f33b26c69",
|
|
"extract_dir": "fd-v8.3.2-x86_64-pc-windows-msvc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v8.3.2/fd-v8.3.2-i686-pc-windows-msvc.zip",
|
|
"hash": "e557d593b4fcc3ab33f47ff20825d68dfa93a8ae99577caa7b02cff645be29e0",
|
|
"extract_dir": "fd-v8.3.2-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"
|
|
}
|
|
}
|
|
}
|
|
}
|