{
    "version": "0.1.0",
    "description": "A CLI tool for compressing and decompressing mozlz4 files.",
    "homepage": "https://github.com/jusw85/mozlz4",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/jusw85/mozlz4/releases/download/v0.1.0/mozlz4-win64.exe#/mozlz4.exe",
            "hash": "aef23ca88924b83974674721ca4ed97f7a742907ead30ad307c81446e5b09b04"
        },
        "32bit": {
            "url": "https://github.com/jusw85/mozlz4/releases/download/v0.1.0/mozlz4-win32.exe#/mozlz4.exe",
            "hash": "ca6faa598fb66f1f6274bb230c44a0fc47c09543b3d59664e9d1aefdda2c210b"
        }
    },
    "bin": "mozlz4.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/jusw85/mozlz4/releases/download/v$version/mozlz4-win64.exe#/mozlz4.exe"
            },
            "32bit": {
                "url": "https://github.com/jusw85/mozlz4/releases/download/v$version/mozlz4-win32.exe#/mozlz4.exe"
            }
        }
    }
}
