mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
24 lines
734 B
JSON
24 lines
734 B
JSON
{
|
|
"version": "0.24.1",
|
|
"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.24.1/fzf-0.24.1-windows_amd64.zip",
|
|
"hash": "1f1e5c7b8f77c54e532bf03c74f459adf93a32b1c60a74cad92ee7e2b56b2255"
|
|
}
|
|
},
|
|
"bin": "fzf.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/junegunn/fzf"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/$version/fzf-$version-windows_amd64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|