2022-10-14 01:25:37 +08:00

29 lines
1.0 KiB
JSON

{
"version": "0.34.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.34.0/fzf-0.34.0-windows_amd64.zip",
"hash": "8fb01d13587fb1e240129ce11b5814ea2b7e08a9f014b363d3e79cec595b80e5"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/0.34.0/fzf-0.34.0-windows_arm64.zip",
"hash": "875151b30c39e17f9a74229d73463225dbea1444f414099b624ac1bd38262207"
}
},
"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"
}
}
}
}