mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"homepage": "https://github.com/junegunn/fzf",
|
|
"description": "A general-purpose command-line fuzzy finder.",
|
|
"version": "0.21.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.21.1/fzf-0.21.1-windows_amd64.zip",
|
|
"hash": "f62a8c0454892357281c4f6c3632357f442ee0bbde41c8baaae59745c7156bc4"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.21.1/fzf-0.21.1-windows_386.zip",
|
|
"hash": "180980e4ae994672291f16de4362a49f833792517d4c509ae94df597b6c379f8"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/junegunn/fzf-bin/releases/download/$version/fzf-$version-windows_386.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|