2025-02-20 16:31:12 +00:00

29 lines
1.0 KiB
JSON

{
"version": "0.60.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/v0.60.1/fzf-0.60.1-windows_amd64.zip",
"hash": "3c9bbc18dacf3379bed480b56e0e8b40a8e3b48c1bd09f504c100b687ae095bf"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/v0.60.1/fzf-0.60.1-windows_arm64.zip",
"hash": "eecc5eae200df17b93fc0e79d8bf78a770f51c4379cd22bdc878d12194b957a8"
}
},
"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"
}
}
}
}