{
    "version": "0.6.3",
    "description": "A modern diagram scripting language that turns text to diagrams.",
    "homepage": "https://d2lang.com",
    "license": "MPL-2.0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/terrastruct/d2/releases/download/v0.6.3/d2-v0.6.3-windows-amd64.tar.gz",
            "hash": "9d0e6d79bdb2deca6ed98e4f7f2e0f0289580e24f1ad3a26194263194aa4a741"
        },
        "arm64": {
            "url": "https://github.com/terrastruct/d2/releases/download/v0.6.3/d2-v0.6.3-windows-arm64.tar.gz",
            "hash": "0ed88a1de99d9d432d5155bfe80122b23f569455f07f6cf547530045e7ba69fc"
        }
    },
    "extract_dir": "d2-v0.6.3",
    "bin": "bin\\d2.exe",
    "checkver": {
        "github": "https://github.com/terrastruct/d2"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/terrastruct/d2/releases/download/v$version/d2-v$version-windows-amd64.tar.gz"
            },
            "arm64": {
                "url": "https://github.com/terrastruct/d2/releases/download/v$version/d2-v$version-windows-arm64.tar.gz"
            }
        },
        "extract_dir": "d2-v$version"
    }
}
