{
    "version": "4.12.5",
    "description": "Theorem prover from Microsoft Research.",
    "homepage": "https://github.com/Z3Prover/z3",
    "license": "MIT",
    "architecture": {
        "64bit": {
            "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.5/z3-4.12.5-x64-win.zip",
            "hash": "960a8b7e7155685956cf03f6e9af26f071503b2462edd83e2073495d14aa4144",
            "extract_dir": "z3-4.12.5-x64-win"
        },
        "32bit": {
            "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.5/z3-4.12.5-x86-win.zip",
            "hash": "08d0ed830f9733b6f8c4a649cbc224dd8b363d0a1789f8285ccbba36583bb42d",
            "extract_dir": "z3-4.12.5-x64-win"
        }
    },
    "bin": "bin\\z3.exe",
    "checkver": {
        "github": "https://github.com/Z3Prover/z3",
        "regex": "tag/z3-([\\d.]+)"
    },
    "autoupdate": {
        "architecture": {
            "64bit": {
                "url": "https://github.com/Z3Prover/z3/releases/download/z3-$version/z3-$version-x64-win.zip",
                "extract_dir": "z3-$version-x64-win"
            },
            "32bit": {
                "url": "https://github.com/Z3Prover/z3/releases/download/z3-$version/z3-$version-x86-win.zip",
                "extract_dir": "z3-$version-x64-win"
            }
        }
    }
}
