2025-08-03 08:29:51 +00:00

29 lines
1.0 KiB
JSON

{
"version": "0.65.1",
"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.65.1/fzf-0.65.1-windows_amd64.zip",
"hash": "1036c30e141f8885688b925f47e793c32af70cb447823a54dc71e7e6ef2eb160"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/v0.65.1/fzf-0.65.1-windows_arm64.zip",
"hash": "98c295e67c1c0e7348c2f949a9bb8725eb79e985afa6a24ba320ddf70c170471"
}
},
"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"
}
}
}
}