mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 23:25:15 +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.1.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v8.1.0/fd-v8.1.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "6770005b62c33cefb5ac9214a5b04b6b43fddd849e0439c238aa8ea335429520"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/sharkdp/fd/releases/download/v8.1.0/fd-v8.1.0-i686-pc-windows-msvc.zip",
|
|
"hash": "1265637a08583adefccd2f4417b98ef683ab46555417dc400787a9c7b2b8a68e"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|