{
    "version": "0.4.9",
    "description": "A terminal interface for StackOverflow",
    "homepage": "https://github.com/samtay/so",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/samtay/so/releases/download/v0.4.9/so-x86_64-pc-windows-msvc.zip",
            "hash": "07668c141e524ddd08dbbc6723bcdf426dc91a7becbb8985e1a37bbb2276ec4f"
        },
        "32bit": {
            "url": "https://github.com/samtay/so/releases/download/v0.4.9/so-i686-pc-windows-msvc.zip",
            "hash": "df6a065794c6a53c8c0a75553846f4486d0463ad8521477919b9b139c23d47f4"
        }
    },
    "bin": "so.exe",
    "checkver": {
        "github": "https://api.github.com/repos/samtay/so/releases",
        "jsonpath": "$..browser_download_url",
        "regex": "v([\\d.]+)/so-x86_64-pc-windows-msvc\\.zip"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/samtay/so/releases/download/v$version/so-x86_64-pc-windows-msvc.zip"
            },
            "32bit": {
                "url": "https://github.com/samtay/so/releases/download/v$version/so-i686-pc-windows-msvc.zip"
            }
        }
    }
}
