{
    "version": "0.21.1",
    "description": "Markdown Preview Language Server",
    "homepage": "https://github.com/mhersson/mpls",
    "license": "Apache-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mhersson/mpls/releases/download/v0.21.1/mpls_0.21.1_windows_amd64.zip",
            "hash": "af30a5ebb91181ce2afb2d4e8cae46abbdd6b0cd3e1ad6ebd139a8bb8a201864"
        },
        "arm64": {
            "url": "https://github.com/mhersson/mpls/releases/download/v0.21.1/mpls_0.21.1_windows_arm64.zip",
            "hash": "d708da068765969551120a64267ec43d21c8ba5b218709f2795e5daeae28500a"
        }
    },
    "bin": "mpls.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mhersson/mpls/releases/download/v$version/mpls_$version_windows_amd64.zip"
            },
            "arm64": {
                "url": "https://github.com/mhersson/mpls/releases/download/v$version/mpls_$version_windows_arm64.zip"
            }
        },
        "hash": {
            "url": "$baseurl/mpls_$version_checksums.txt"
        }
    }
}
