{
    "version": "1.4.0",
    "description": "Windows service wrapper for arbitrary commands",
    "homepage": "https://github.com/mtkennerly/shawl",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/mtkennerly/shawl/releases/download/v1.4.0/shawl-v1.4.0-win64.zip",
            "hash": "272fd0b4b1b90b0fe29bb88d931f244730624975e15e369968d6d786b53f7699"
        },
        "32bit": {
            "url": "https://github.com/mtkennerly/shawl/releases/download/v1.4.0/shawl-v1.4.0-win32.zip",
            "hash": "b8183ef456cacd03c6b34b38e4505e113e0e806dc3dc51a85f8a01c6213789db"
        }
    },
    "bin": "shawl.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/mtkennerly/shawl/releases/download/v$version/shawl-v$version-win64.zip"
            },
            "32bit": {
                "url": "https://github.com/mtkennerly/shawl/releases/download/v$version/shawl-v$version-win32.zip"
            }
        }
    }
}
