{
    "version": "0.10.1",
    "description": "A command line tool to download release assets from GitHub",
    "homepage": "https://github.com/devmatteini/dra",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/devmatteini/dra/releases/download/0.10.1/dra-0.10.1-x86_64-pc-windows-msvc.zip",
            "hash": "41ca4f08086fe8c254f127c13796b18b8f21d3aea0ddbb76fc32572f5fbec562",
            "extract_dir": "dra-0.10.1-x86_64-pc-windows-msvc"
        }
    },
    "bin": "dra.exe",
    "checkver": "github",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/devmatteini/dra/releases/download/$version/dra-$version-x86_64-pc-windows-msvc.zip",
                "extract_dir": "dra-$version-x86_64-pc-windows-msvc"
            }
        }
    }
}
