mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "0.52.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.52.0/fzf-0.52.0-windows_amd64.zip",
|
|
"hash": "774c9041b69542ba84aedd63f7a050b4d8a27ad4ad1453e67bdc12cfa61649c3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/0.52.0/fzf-0.52.0-windows_arm64.zip",
|
|
"hash": "0298a5098ddc54e8170683034bd40869e50b9c6b9df9fb52bd430b1c0d349efd"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|