mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "0.60.2",
|
|
"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.2/fzf-0.60.2-windows_amd64.zip",
|
|
"hash": "e1087d9ffe5df96c7075ef86d3154e92040565d957ddfa142f847ae27a83da7e"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/v0.60.2/fzf-0.60.2-windows_arm64.zip",
|
|
"hash": "c41fb03cb3fdd23a34e7a49c3507708885509a3fdc8bdf079b1ef0b1619104dc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|