2026-02-09 05:02:12 +00:00

36 lines
1.3 KiB
JSON

{
"version": "4.15.7",
"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.15.7/z3-4.15.7-x64-win.zip",
"hash": "7b01f3987bcdab0d0622c417212ad37e7a486ea233e091a59f646e0118316187",
"extract_dir": "z3-4.15.7-x64-win"
},
"32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.7/z3-4.15.7-x86-win.zip",
"hash": "40f7cc9e69b51dd77e9131eeea62cf039b560629b76a2e87f27b15f3009f9d9c",
"extract_dir": "z3-4.15.7-x64-win"
}
},
"bin": "bin\\z3.exe",
"checkver": {
"github": "https://github.com/Z3Prover/z3",
"regex": "tag/z3-([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-$version/z3-$version-x64-win.zip",
"extract_dir": "z3-$version-x64-win"
},
"32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-$version/z3-$version-x86-win.zip",
"extract_dir": "z3-$version-x64-win"
}
}
}
}