{
    "version": "9.6.6",
    "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/v9.6.6/croc_9.6.6_Windows-64bit.zip",
            "hash": "6af6182187163a88c630ce7b1eeb3ef166d84644225fd2cee502795f67c90e90"
        },
        "32bit": {
            "url": "https://github.com/schollz/croc/releases/download/v9.6.6/croc_9.6.6_Windows-32bit.zip",
            "hash": "042a49b4762e577ffb72b4bf502097898ceb47f8054fcd0a9d5636396680a7d9"
        },
        "arm64": {
            "url": "https://github.com/schollz/croc/releases/download/v9.6.6/croc_9.6.6_Windows-ARM64.zip",
            "hash": "f7f47fdc306c7dbaf93c4a6efc14ae0e95b27da464581b1a3d373a06b79b482e"
        }
    },
    "bin": "croc.exe",
    "checkver": {
        "github": "https://github.com/schollz/croc"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/schollz/croc/releases/download/v$version/croc_$version_Windows-64bit.zip"
            },
            "32bit": {
                "url": "https://github.com/schollz/croc/releases/download/v$version/croc_$version_Windows-32bit.zip"
            },
            "arm64": {
                "url": "https://github.com/schollz/croc/releases/download/v$version/croc_$version_Windows-ARM64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/croc_$version_checksums.txt"
        }
    }
}
