{
    "version": "10.4.3",
    "description": "Easily and securely send things from one computer to another.",
    "homepage": "https://schollz.com/software/croc6",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/schollz/croc/releases/download/v10.4.3/croc_v10.4.3_Windows-64bit.zip",
            "hash": "7d13d4871ceed35d62057df33e4f621fd6dbcb2e8cb5be0e754c20297efa15f8"
        },
        "32bit": {
            "url": "https://github.com/schollz/croc/releases/download/v10.4.3/croc_v10.4.3_Windows-32bit.zip",
            "hash": "ceb7f24d93662fe937013ce3537045f4aa2cc82803c09da2f46a36491cb142a2"
        },
        "arm64": {
            "url": "https://github.com/schollz/croc/releases/download/v10.4.3/croc_v10.4.3_Windows-ARM64.zip",
            "hash": "f71e04732b0e0d47615583462a8151fa3289328de17ef68b427c8b6eb829eb9c"
        }
    },
    "bin": "croc.exe",
    "checkver": {
        "github": "https://github.com/schollz/croc"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/schollz/croc/releases/download/v$version/croc_v$version_Windows-64bit.zip"
            },
            "32bit": {
                "url": "https://github.com/schollz/croc/releases/download/v$version/croc_v$version_Windows-32bit.zip"
            },
            "arm64": {
                "url": "https://github.com/schollz/croc/releases/download/v$version/croc_v$version_Windows-ARM64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/croc_v$version_checksums.txt"
        }
    }
}
