z3: Update to version 4.13.2

This commit is contained in:
github-actions[bot] 2024-09-27 20:27:44 +00:00
parent 5aaaf7c467
commit 3dde216e62

View File

@ -1,18 +1,18 @@
{
"version": "4.13.0",
"version": "4.13.2",
"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.13.0/z3-4.13.0-x64-win.zip",
"hash": "2bcd14b6849fddead3d0b3cb671cc9d134a8ef0b1d3eff3efd7d75a5bbf00dd3",
"extract_dir": "z3-4.13.0-x64-win"
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.2/z3-4.13.2-x64-win.zip",
"hash": "fd8a4a6070c65bdced34b37d1ff278f83c3308fa83e8cc7bd961762ddd0ce0ac",
"extract_dir": "z3-4.13.2-x64-win"
},
"32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.0/z3-4.13.0-x86-win.zip",
"hash": "2a973961389636883f482293367ceeba2e4c529e9d4b1bd7c5bdac10506d3a87",
"extract_dir": "z3-4.13.0-x64-win"
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.2/z3-4.13.2-x86-win.zip",
"hash": "c502ac3353a0c06fe2ff6802880c065df876935de2725bf8b84d88c9dadf7481",
"extract_dir": "z3-4.13.2-x64-win"
}
},
"bin": "bin\\z3.exe",