2024-07-13 21:56:47 +08:00

29 lines
1.0 KiB
JSON

{
"version": "0.54.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.54.0/fzf-0.54.0-windows_amd64.zip",
"hash": "fe8fcd71cdff3499d1dcb5f1c5c5a5f0f15d5c8f6259fe94832ae9136bfba8ea"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/v0.54.0/fzf-0.54.0-windows_arm64.zip",
"hash": "bde2fcf76121b91dbe547c30fa5fb423ca40fba8425d2511adefba80823f8ea0"
}
},
"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"
}
}
}
}