{
    "version": "0.16.0",
    "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/download/0.16.0/zig-x86_64-windows-0.16.0.zip",
            "hash": "68659eb5f1e4eb1437a722f1dd889c5a322c9954607f5edcf337bc3684a75a7e",
            "extract_dir": "zig-x86_64-windows-0.16.0"
        },
        "32bit": {
            "url": "https://ziglang.org/download/0.16.0/zig-x86-windows-0.16.0.zip",
            "hash": "8aee7e8a8deb998ba96cb95d89aa5fcdf32933fdc67de51d280d9e4d7396f1a0",
            "extract_dir": "zig-x86-windows-0.16.0"
        },
        "arm64": {
            "url": "https://ziglang.org/download/0.16.0/zig-aarch64-windows-0.16.0.zip",
            "hash": "aee38316ee4111717900f45dd3130145c39289e105541d737eb8c5ed653c78ef",
            "extract_dir": "zig-aarch64-windows-0.16.0"
        }
    },
    "bin": "zig.exe",
    "checkver": {
        "url": "https://ziglang.org/download/",
        "regex": ">([\\d.]+)</h"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://ziglang.org/download/$version/zig-x86_64-windows-$version.zip",
                "extract_dir": "zig-x86_64-windows-$version"
            },
            "32bit": {
                "url": "https://ziglang.org/download/$version/zig-x86-windows-$version.zip",
                "extract_dir": "zig-x86-windows-$version"
            },
            "arm64": {
                "url": "https://ziglang.org/download/$version/zig-aarch64-windows-$version.zip",
                "extract_dir": "zig-aarch64-windows-$version"
            }
        },
        "hash": {
            "url": "https://ziglang.org/download/index.json",
            "regex": "(?s)$basename.*?$sha256"
        }
    }
}
