mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
22 lines
683 B
JSON
22 lines
683 B
JSON
{
|
|
"version": "0.27.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.27.0/fzf-0.27.0-windows_amd64.zip",
|
|
"hash": "81df7f29bd1121f8326bba961b365b50afecdcee0c09845d44afec0a52fc50a1"
|
|
}
|
|
},
|
|
"bin": "fzf.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/$version/fzf-$version-windows_amd64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|