mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-23 01:01:39 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.22.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-bin/releases/download/0.22.0/fzf-0.22.0-windows_amd64.zip",
|
|
"hash": "755a5750c5fe8423058943f0837c34db1d1a3f77bf815084df4fa847fbeb18fc"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.22.0/fzf-0.22.0-windows_386.zip",
|
|
"hash": "3b281ba73a94d35e0c6682dc24cbceafb10fda07cb62b3717377eb2dc26f84d2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|