z3: Update to version 4.13.3

This commit is contained in:
github-actions[bot] 2024-10-11 00:34:34 +00:00
parent 197e5e4ae2
commit d975a6bda4

View File

@ -1,18 +1,18 @@
{ {
"version": "4.13.2", "version": "4.13.3",
"description": "Theorem prover from Microsoft Research.", "description": "Theorem prover from Microsoft Research.",
"homepage": "https://github.com/Z3Prover/z3", "homepage": "https://github.com/Z3Prover/z3",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.2/z3-4.13.2-x64-win.zip", "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.3/z3-4.13.3-x64-win.zip",
"hash": "fd8a4a6070c65bdced34b37d1ff278f83c3308fa83e8cc7bd961762ddd0ce0ac", "hash": "014e313f5aa414c48f36620a32eced705002fdc8c840ed8a1b51f186f0da0348",
"extract_dir": "z3-4.13.2-x64-win" "extract_dir": "z3-4.13.3-x64-win"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.2/z3-4.13.2-x86-win.zip", "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.3/z3-4.13.3-x86-win.zip",
"hash": "c502ac3353a0c06fe2ff6802880c065df876935de2725bf8b84d88c9dadf7481", "hash": "1161897f3a43ac61c0969e3c7ccb94d8d39ae7f66f889ce1f784a705404ca204",
"extract_dir": "z3-4.13.2-x64-win" "extract_dir": "z3-4.13.3-x64-win"
} }
}, },
"bin": "bin\\z3.exe", "bin": "bin\\z3.exe",