{
    "version": "4.16.0",
    "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.16.0/z3-4.16.0-x64-win.zip",
            "hash": "de4d813e47202394a093547dbdb5699ee076529aa853463e007539775cd7e836",
            "extract_dir": "z3-4.16.0-x64-win"
        },
        "32bit": {
            "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.16.0/z3-4.16.0-x86-win.zip",
            "hash": "74b5c8e22bceabc22c176601dffb222fcdf0df4e1fad8f004652a9a7bf7fc102",
            "extract_dir": "z3-4.16.0-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"
            }
        }
    }
}
