2026-02-13 00:56:24 +00:00

36 lines
1.3 KiB
JSON

{
"version": "4.15.8",
"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.8/z3-4.15.8-x64-win.zip",
"hash": "62cb8ae68241d17896e3534f2671e4efc4f3fc8baa996b3603885a84116bfa4d",
"extract_dir": "z3-4.15.8-x64-win"
},
"32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.8/z3-4.15.8-x86-win.zip",
"hash": "b8269d658887ed27a6500309b534e06cbd0c29d53eca1e37045407b67984960b",
"extract_dir": "z3-4.15.8-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"
}
}
}
}