2023-01-24 20:26:24 +00:00

29 lines
1.0 KiB
JSON

{
"version": "0.37.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/0.37.0/fzf-0.37.0-windows_amd64.zip",
"hash": "247bffe84ff3294a8c0a7bb96329d5e4152d3d034e13dec59dcc97d8a828000d"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/0.37.0/fzf-0.37.0-windows_arm64.zip",
"hash": "705def97af3b832f0ab41e1f26f1c704919db342941884a315695059eeed5f3d"
}
},
"bin": "fzf.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/junegunn/fzf/releases/download/$version/fzf-$version-windows_amd64.zip"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/$version/fzf-$version-windows_arm64.zip"
}
}
}
}