2025-06-25 16:30:35 +00:00

36 lines
1.3 KiB
JSON

{
"version": "4.15.2",
"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.2/z3-4.15.2-x64-win.zip",
"hash": "39c367032343b75175b1dae5bd56ed20405d28f8b87ebfeac1dd04c12bdc0269",
"extract_dir": "z3-4.15.2-x64-win"
},
"32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.15.2/z3-4.15.2-x86-win.zip",
"hash": "8cdb05a12c362751dfc5844815ea4538015b5c7c660729dabdf8f22d39534a02",
"extract_dir": "z3-4.15.2-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"
}
}
}
}