mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-26 10:31:18 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "0.36.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.36.0/fzf-0.36.0-windows_amd64.zip",
|
|
"hash": "d74716749e0916cc83aca6bc3b9a36e66e9201ce0d36a6640739f8861c1d1835"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/0.36.0/fzf-0.36.0-windows_arm64.zip",
|
|
"hash": "69c41f7bc03810780a77c22755329fed9d715f11fbfb0b6caca6997cf1a1d7b2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|