mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 23:41:28 +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.20.0",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.20.0/fzf-0.20.0-windows_amd64.zip",
|
|
"hash": "aeaedacc1ae7519fb3bd68790bcf6a9651ecc8d27575036eabe50f99a96809c5"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.20.0/fzf-0.20.0-windows_386.zip",
|
|
"hash": "0f0f01ae446e3c3e82475a9bf51756ed349b2a89c1b1f90a9e23a81ea1e71ed6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|