2025-03-30 12:31:14 +00:00

29 lines
1.0 KiB
JSON

{
"version": "0.61.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.61.0/fzf-0.61.0-windows_amd64.zip",
"hash": "812e272e2038e969a370fd96ebe604d5ed4d29f465ae60412cfb3b768e0a1caf"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/v0.61.0/fzf-0.61.0-windows_arm64.zip",
"hash": "b75aeeec398bb8f7e8744b4b0eb76483b53b8dfc245ce665612872a25fffa2af"
}
},
"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"
}
}
}
}