{
    "version": "0.17.0-dev.256",
    "description": "General-purpose programming language designed for robustness, optimality, and maintainability.",
    "homepage": "https://ziglang.org/",
    "license": "MIT",
    "suggest": {
        "vcredist": "extras/vcredist2022"
    },
    "architecture": {
        "64bit": {
            "url": "https://ziglang.org/builds/zig-x86_64-windows-0.17.0-dev.256+04481c76c.zip",
            "hash": "921f71d3566f2f1edd06c2c15ffb9fadac0739b9cff2fa43655ca75c2b0a7bbc",
            "extract_dir": "zig-x86_64-windows-0.17.0-dev.256+04481c76c"
        },
        "32bit": {
            "url": "https://ziglang.org/builds/zig-x86-windows-0.17.0-dev.256+04481c76c.zip",
            "hash": "8efe23241e9a344b1759fe9ffd829bd956f6a161520bdba1094efbbcd1835999",
            "extract_dir": "zig-x86-windows-0.17.0-dev.256+04481c76c"
        },
        "arm64": {
            "url": "https://ziglang.org/builds/zig-aarch64-windows-0.17.0-dev.256+04481c76c.zip",
            "hash": "957290a7d3b881633072806cf4220fca699065ba3d3d362743012301d3586f3d",
            "extract_dir": "zig-aarch64-windows-0.17.0-dev.256+04481c76c"
        }
    },
    "bin": "zig.exe",
    "checkver": {
        "url": "https://ziglang.org/download/index.json",
        "jsonpath": "$.master.version",
        "regex": "(?<version>[\\w._-]+)\\+(?<commit>[0-9a-f]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://ziglang.org/builds/zig-x86_64-windows-$version+$matchCommit.zip",
                "hash": {
                    "url": "https://ziglang.org/download/index.json",
                    "jsonpath": "$.master.x86_64-windows.shasum"
                },
                "extract_dir": "zig-x86_64-windows-$matchVersion+$matchCommit"
            },
            "32bit": {
                "url": "https://ziglang.org/builds/zig-x86-windows-$version+$matchCommit.zip",
                "hash": {
                    "url": "https://ziglang.org/download/index.json",
                    "jsonpath": "$.master.x86-windows.shasum"
                },
                "extract_dir": "zig-x86-windows-$matchVersion+$matchCommit"
            },
            "arm64": {
                "url": "https://ziglang.org/builds/zig-aarch64-windows-$version+$matchCommit.zip",
                "hash": {
                    "url": "https://ziglang.org/download/index.json",
                    "jsonpath": "$.master.aarch64-windows.shasum"
                },
                "extract_dir": "zig-aarch64-windows-$matchVersion+$matchCommit"
            }
        }
    }
}
