2026-03-02 08:33:40 +00:00

29 lines
1.0 KiB
JSON

{
"version": "0.70.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.70.0/fzf-0.70.0-windows_amd64.zip",
"hash": "7465a6738e2c844742df973459c7509aed2d10d7a72bfd6de201b867b4eda4cd"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/v0.70.0/fzf-0.70.0-windows_arm64.zip",
"hash": "eaa12ca2e072ef8e8f89ca3d961fd886e46fbbc254c0c85c4786d813416a95d5"
}
},
"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"
}
}
}
}