{
    "version": "3.1.3-1062",
    "description": "NetCoreDbg is a managed code debugger with MI interface for CoreCLR.",
    "homepage": "https://github.com/Samsung/netcoredbg",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Samsung/netcoredbg/releases/download/3.1.3-1062/netcoredbg-win64.zip",
            "hash": "c67ae052e0bcb9ce37000f261e2d397a0d5b6615cafe30c868239a78598dfb37"
        }
    },
    "extract_dir": "netcoredbg",
    "bin": "netcoredbg.exe",
    "checkver": "/releases/tag/(?:v|V)?([\\d.-]+)",
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Samsung/netcoredbg/releases/download/$version/netcoredbg-win64.zip"
            }
        }
    }
}
