mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "0.66.0",
|
|
"description": "A general-purpose command-line fuzzy finder",
|
|
"homepage": "https://github.com/junegunn/fzf",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/v0.66.0/fzf-0.66.0-windows_amd64.zip",
|
|
"hash": "9d2a1bc6e38665d0a15d846703a2c9ef1f5fe2630a9f972f9832712709c18823"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/v0.66.0/fzf-0.66.0-windows_arm64.zip",
|
|
"hash": "a8a20ecc6e5b49645269b4ad34a8bb34317e753282d9ce463d90be31b5cee659"
|
|
}
|
|
},
|
|
"bin": "fzf.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/v$version/fzf-$version-windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/v$version/fzf-$version-windows_arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|