mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-16 04:11:19 +00:00
22 lines
683 B
JSON
22 lines
683 B
JSON
{
|
|
"version": "0.25.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.25.1/fzf-0.25.1-windows_amd64.zip",
|
|
"hash": "8acee209dc2097f3be842aecce5980704458cd72bde8927310460a6c539edbce"
|
|
}
|
|
},
|
|
"bin": "fzf.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/$version/fzf-$version-windows_amd64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|