2024-12-17 08:31:36 +00:00

36 lines
1.3 KiB
JSON

{
"version": "4.13.4",
"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.13.4/z3-4.13.4-x64-win.zip",
"hash": "0a36dd5654fe423d23a727c4570c9db9a315926a4301189b868b6eb9bfd5979d",
"extract_dir": "z3-4.13.4-x64-win"
},
"32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.4/z3-4.13.4-x86-win.zip",
"hash": "f9abc933523b329def3cb400f3d743285f1404417b03aa20032ea86f1be6bf3a",
"extract_dir": "z3-4.13.4-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"
}
}
}
}