{
    "version": "3.0.0-alpha.11",
    "description": "A wrapper executable that can be used to host any executable as a Windows service (Pre-release version).",
    "homepage": "https://github.com/winsw/winsw",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/winsw/winsw/releases/download/v3.0.0-alpha.11/WinSW-x64.exe#/WinSW.exe",
            "hash": "a2daa6a33a9c2b791ae31d9092e7935c339d1e03e89bfb747618ce2f4e819e20"
        },
        "32bit": {
            "url": "https://github.com/winsw/winsw/releases/download/v3.0.0-alpha.11/WinSW-x86.exe#/WinSW.exe",
            "hash": "3201432b44825b0dc763eb4052dc84b179314e2a338794c9f5f797e8fe2bb0fc"
        }
    },
    "bin": "WinSW.exe",
    "checkver": {
        "github": "https://api.github.com/repos/winsw/winsw/releases",
        "jsonpath": "$[?(@.prerelease == true)].tag_name",
        "regex": "v(?<version>[\\w-.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/winsw/winsw/releases/download/v$version/WinSW-x64.exe#/WinSW.exe"
            },
            "32bit": {
                "url": "https://github.com/winsw/winsw/releases/download/v$version/WinSW-x86.exe#/WinSW.exe"
            }
        }
    }
}
