z3: Update to version 4.15.3

This commit is contained in:
github-actions[bot] 2025-08-16 12:31:46 +00:00
parent 70252b63e6
commit dff941d0e7

View File

@ -1,18 +1,18 @@
{ {
"version": "4.15.2", "version": "4.15.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.15.2/z3-4.15.2-x64-win.zip", "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.3/z3-4.15.3-x64-win.zip",
"hash": "39c367032343b75175b1dae5bd56ed20405d28f8b87ebfeac1dd04c12bdc0269", "hash": "5091684243e7d7cd57da81991d27ee50aa97333757e53d42d0fc1b7429c99408",
"extract_dir": "z3-4.15.2-x64-win" "extract_dir": "z3-4.15.3-x64-win"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.2/z3-4.15.2-x86-win.zip", "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.3/z3-4.15.3-x86-win.zip",
"hash": "8cdb05a12c362751dfc5844815ea4538015b5c7c660729dabdf8f22d39534a02", "hash": "7e43085a25ee42ed7c778212ec486324258ab6088d1c0e20b1e2584b509aa7d9",
"extract_dir": "z3-4.15.2-x64-win" "extract_dir": "z3-4.15.3-x64-win"
} }
}, },
"bin": "bin\\z3.exe", "bin": "bin\\z3.exe",