{
    "version": "1.9.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.9.0/shawl-v1.9.0-win64.zip",
            "hash": "f883c5d09c9beae2efaeabd8513e7d3f57cd1d0864cec3df4f4a7b6ee904351c"
        },
        "32bit": {
            "url": "https://github.com/mtkennerly/shawl/releases/download/v1.9.0/shawl-v1.9.0-win32.zip",
            "hash": "981608dd6530a688208a9d6b0669ce8c75d12f844e7ecbbdcf19266cdfb6803b"
        }
    },
    "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"
            }
        }
    }
}
