2023-11-18 16:26:43 +00:00

29 lines
1.0 KiB
JSON

{
"version": "0.44.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/0.44.1/fzf-0.44.1-windows_amd64.zip",
"hash": "bb8f1d47d9aea2a40b5460ee0399f406ae9081ea4e1cb532593ce5b90b9b620f"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/0.44.1/fzf-0.44.1-windows_arm64.zip",
"hash": "c55ab5b0ec94bef0da610945501e98f73a8d7b770770333539febe93c852ee87"
}
},
"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"
}
}
}
}