{
    "version": "0.72.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/v0.72.0/fzf-0.72.0-windows_amd64.zip",
            "hash": "cce66ae7e442030334927bfbfd917690713e63d215aba93027f99807828fe239"
        },
        "arm64": {
            "url": "https://github.com/junegunn/fzf/releases/download/v0.72.0/fzf-0.72.0-windows_arm64.zip",
            "hash": "186af4f9d30434b4eb34d670312d96fb7886a10c4c1ce9c64453dd0fa19aedec"
        }
    },
    "bin": "fzf.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/junegunn/fzf/releases/download/v$version/fzf-$version-windows_amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/junegunn/fzf/releases/download/v$version/fzf-$version-windows_arm64.zip"
            }
        }
    }
}
