2024-04-14 19:03:57 +00:00

29 lines
1.0 KiB
JSON

{
"version": "0.50.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.50.0/fzf-0.50.0-windows_amd64.zip",
"hash": "a1b3e102fc6b428e990a10b48d82c13d1b5ee92d275ac43250297d1a10fa2c67"
},
"arm64": {
"url": "https://github.com/junegunn/fzf/releases/download/0.50.0/fzf-0.50.0-windows_arm64.zip",
"hash": "b42f9b98e6b9ba6d78804937b291a03f1137f7bc87fbb9f66eb1a1417ae3840e"
}
},
"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"
}
}
}
}