2025-06-27 16:29:56 +00:00

29 lines
1.0 KiB
JSON

{
"version": "0.63.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.63.0/fzf-0.63.0-windows_amd64.zip",
"hash": "6cca8caa140632f7b7abdf36110b6cde651f4470fb95acf1366b578ad097cae7"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/v0.63.0/fzf-0.63.0-windows_arm64.zip",
"hash": "57b1f799d7a4c3e2839c766aed7f10bd0d0c662b2034e76fe63b5a64c1c1a279"
}
},
"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"
}
}
}
}