z3: Update to version 4.12.1

This commit is contained in:
github-actions[bot] 2023-01-19 16:30:36 +00:00
parent 9b38e813df
commit c39a299f84

View File

@ -1,18 +1,18 @@
{ {
"version": "4.12.0", "version": "4.12.1",
"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.0/z3-4.12.0-x64-win.zip", "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.1/z3-4.12.1-x64-win.zip",
"hash": "3b85da327d5112f6b96855d8dcf8c2af41f70aca2a36eb403a8a349a5af7c0e2", "hash": "ce2d658d007c4f5873d2279bd031d4e72500b388e1ef2d716bd5f86af19b20d2",
"extract_dir": "z3-4.12.0-x64-win" "extract_dir": "z3-4.12.1-x64-win"
}, },
"32bit": { "32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.0/z3-4.12.0-x86-win.zip", "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.1/z3-4.12.1-x86-win.zip",
"hash": "6ff163e75d38c575669aeae5b4ee58ba58fcd9e4a537bf7ddf4b08d911f4789b", "hash": "1fbe8e2a87f42ca6f3348b8c48a1ffcd8fc376ac3144c9b588a5452de01ca2ef",
"extract_dir": "z3-4.12.0-x64-win" "extract_dir": "z3-4.12.1-x64-win"
} }
}, },
"bin": "bin\\z3.exe", "bin": "bin\\z3.exe",