z3: Update to version 4.14.1

This commit is contained in:
github-actions[bot] 2025-03-11 04:29:17 +00:00
parent 543d29a7a8
commit 4b391c4472

View File

@ -1,18 +1,18 @@
{
"version": "4.14.0",
"version": "4.14.1",
"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.14.0/z3-4.14.0-x64-win.zip",
"hash": "1021d8412e6dcc4bd74de21a9da92c0e1b96430d40ea43854fce57160417bb3a",
"extract_dir": "z3-4.14.0-x64-win"
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.14.1/z3-4.14.1-x64-win.zip",
"hash": "a73cf13b6bef3b1b9902144747083651e1bf40af997732a123a86dda4e7abeb5",
"extract_dir": "z3-4.14.1-x64-win"
},
"32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.14.0/z3-4.14.0-x86-win.zip",
"hash": "9df7115d540a76225e92d52802fc4ac6d3502fddf262fc76d509c0358639ee30",
"extract_dir": "z3-4.14.0-x64-win"
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.14.1/z3-4.14.1-x86-win.zip",
"hash": "30ee7ce422e1e6d5f9fa04d3af34cf24c1b021e00b898cfe371358a206629513",
"extract_dir": "z3-4.14.1-x64-win"
}
},
"bin": "bin\\z3.exe",