2024-10-27 04:29:54 +00:00

29 lines
1.0 KiB
JSON

{
"version": "0.56.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.56.0/fzf-0.56.0-windows_amd64.zip",
"hash": "116cf92206ca23217cc75deacc61755a8ed926a37a3e24c1338f128dd9a8ba3d"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/v0.56.0/fzf-0.56.0-windows_arm64.zip",
"hash": "55696ee6632bb28efc812f636204c1e220eb72350f7ea033b10d507c55e36b33"
}
},
"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"
}
}
}
}