mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "0.40.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.40.0/fzf-0.40.0-windows_amd64.zip",
|
|
"hash": "0f3ee8fee46f2be51aa81317c67994299e4d3f349fa6085daf295e7cac720d2c"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/junegunn/fzf/releases/download/0.40.0/fzf-0.40.0-windows_arm64.zip",
|
|
"hash": "70d3b7c1429d328372e705937fc5a7b4752b35ff75c5baac8856333deb7710cc"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|