2025-01-19 20:26:59 +00:00

29 lines
1.0 KiB
JSON

{
"version": "0.58.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.58.0/fzf-0.58.0-windows_amd64.zip",
"hash": "976e9fc67e841f76a95dbbde78f6355887696825220ac1726c81c6add2a978fb"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/v0.58.0/fzf-0.58.0-windows_arm64.zip",
"hash": "7436cd4944c290a8f9ecc86081a25f3cb4cc9533e44fac0a59730781bce9e912"
}
},
"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"
}
}
}
}