mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 05:54:27 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "0.41.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/releases/download/0.41.0/fzf-0.41.0-windows_amd64.zip",
|
|
"hash": "807c145fe885d302e514de025c7cdbf73a9419b27e6d8e4ee458c0211e65c00a"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/0.41.0/fzf-0.41.0-windows_arm64.zip",
|
|
"hash": "c08ec0f4c410a651180768a148f143c3f47bc373cdd3280492097ac707bbf79c"
|
|
}
|
|
},
|
|
"bin": "fzf.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/$version/fzf-$version-windows_amd64.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/$version/fzf-$version-windows_arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|