2025-05-10 04:29:43 +00:00

36 lines
1.3 KiB
JSON

{
"version": "4.15.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.15.0/z3-4.15.0-x64-win.zip",
"hash": "5febc9fcab3ca2e88942da4158a385e9eb3ff6dcadf6e5b2c01d76fd08f4eafe",
"extract_dir": "z3-4.15.0-x64-win"
},
"32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.0/z3-4.15.0-x86-win.zip",
"hash": "f26a2d491e8f1182e72c8f2f4560b07a1c1e301d31f95ade724552aa4b2b64e1",
"extract_dir": "z3-4.15.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"
}
}
}
}