{
    "version": "0.8.3",
    "description": "An extremely fast non-cryptographic hash algorithm, working at RAM speed limit.",
    "homepage": "https://xxhash.com",
    "license": "BSD-2-Clause",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Cyan4973/xxHash/releases/download/v0.8.3/xxhsum_win64_v0_8_3.zip",
            "hash": "a6a6170d07ca37d74151dbea9cd6e1dbb881b5ceea34b9447e01f62b1442d40a"
        }
    },
    "bin": "xxhsum.exe",
    "checkver": {
        "github": "https://github.com/Cyan4973/xxHash"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Cyan4973/xxHash/releases/download/v$version/xxhsum_win64_v$underscoreVersion.zip"
            }
        }
    }
}
