mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 12:04:27 +00:00
30 lines
1.0 KiB
JSON
30 lines
1.0 KiB
JSON
{
|
|
"homepage": "https://github.com/junegunn/fzf",
|
|
"version": "0.17.1",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.17.1/fzf-0.17.1-windows_amd64.zip",
|
|
"hash": "3f59921c15e8c1adf9323819a2b5f28ef4944e1156df2785aa632e0d8c83923c"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/junegunn/fzf-bin/releases/download/0.17.1/fzf-0.17.1-windows_386.zip",
|
|
"hash": "ad1763cde14b5cc0d9860f042ca0c6fb3d2f142e1f8d394c0edf1f567c888e50"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|