mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-31 13:04:28 +00:00
24 lines
746 B
JSON
24 lines
746 B
JSON
{
|
|
"version": "0.23.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-bin/releases/download/0.23.1/fzf-0.23.1-windows_amd64.zip",
|
|
"hash": "87f4d87c8065cac1ecc81bb8cee5dffd18f00d07d132f0eb15a4dc0034350bdf"
|
|
}
|
|
},
|
|
"bin": "fzf.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/junegunn/fzf-bin"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/junegunn/fzf-bin/releases/download/$version/fzf-$version-windows_amd64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|