z3: Update to version 4.12.5

This commit is contained in:
github-actions[bot] 2024-01-21 20:24:19 +00:00
parent e3178f6b46
commit 2bec248edb

View File

@ -1,18 +1,18 @@
{ {
"version": "4.12.4", "version": "4.12.5",
"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.12.4/z3-4.12.4-x64-win.zip", "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.5/z3-4.12.5-x64-win.zip",
"hash": "2476ea88cfc07ab9ee03bdd047a5fbe6d6c27b6248ee3411fea9d67bd96a29f1", "hash": "960a8b7e7155685956cf03f6e9af26f071503b2462edd83e2073495d14aa4144",
"extract_dir": "z3-4.12.4-x64-win" "extract_dir": "z3-4.12.5-x64-win"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.4/z3-4.12.4-x86-win.zip", "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.5/z3-4.12.5-x86-win.zip",
"hash": "b83e90c2c4ffad8c181cc7be481dc229a4cfa8c16abe4398aba2cc2374548d79", "hash": "08d0ed830f9733b6f8c4a649cbc224dd8b363d0a1789f8285ccbba36583bb42d",
"extract_dir": "z3-4.12.4-x64-win" "extract_dir": "z3-4.12.5-x64-win"
} }
}, },
"bin": "bin\\z3.exe", "bin": "bin\\z3.exe",