2025-07-06 16:29:59 +00:00

29 lines
1.0 KiB
JSON

{
"version": "0.64.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.64.0/fzf-0.64.0-windows_amd64.zip",
"hash": "b94fea89d118ffb7f91eb48db05fb4deea689aab7f8ef52c9c10fdc4489adbed"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/v0.64.0/fzf-0.64.0-windows_arm64.zip",
"hash": "e8802f42491b8827d6e8b51cb1311ec86a00d4b3f57e57635d621dd66f4efd74"
}
},
"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"
}
}
}
}