{
    "version": "0.56.4",
    "description": "A pluggable linter and fixer to enforce Protocol Buffer style and conventions",
    "homepage": "https://github.com/yoheimuta/protolint",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/yoheimuta/protolint/releases/download/v0.56.4/protolint_0.56.4_windows_amd64.tar.gz",
            "hash": "35691e4d2394abde9f3fe180a0f5605988a793592a3e9396c71c310fca294ab5"
        },
        "arm64": {
            "url": "https://github.com/yoheimuta/protolint/releases/download/v0.56.4/protolint_0.56.4_windows_arm64.tar.gz",
            "hash": "798bcec78d79b6e1e1b74ce56e6febabdda3895eb3567fd69b3ae2446e420bd5"
        }
    },
    "bin": [
        "protolint.exe",
        "protoc-gen-protolint.exe"
    ],
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_windows_amd64.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/yoheimuta/protolint/releases/download/v$version/protolint_$version_windows_arm64.tar.gz"
            }
        },
        "hash": {
            "url": "$baseurl/checksums.txt"
        }
    }
}
