{
    "version": "2025_05_24",
    "description": "Download and manage Zig compilers",
    "homepage": "https://github.com/marler8997/zigup",
    "license": "MIT-0",
    "architecture": {
        "64bit": {
            "url": "https://github.com/marler8997/zigup/releases/download/v2025_05_24/zigup-x86_64-windows.zip",
            "hash": "ad09da2f4b6fdfc0dccebd480f93f6b55c0bb1a02d47889cdb2cdcd35562e791"
        }
    },
    "env_add_path": ".",
    "bin": [
        [
            "zigup.exe",
            "zigup",
            "--path-link",
            "\"$persist_dir\\zig\\zig.exe\""
        ]
    ],
    "persist": "zig",
    "checkver": {
        "github": "https://api.github.com/repos/marler8997/zigup/releases",
        "regex": "v([\\d_]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/marler8997/zigup/releases/download/v$version/zigup-x86_64-windows.zip"
            }
        }
    }
}
