2023-12-06 20:25:24 +00:00

36 lines
1.3 KiB
JSON

{
"version": "4.12.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.12.4/z3-4.12.4-x64-win.zip",
"hash": "2476ea88cfc07ab9ee03bdd047a5fbe6d6c27b6248ee3411fea9d67bd96a29f1",
"extract_dir": "z3-4.12.4-x64-win"
},
"32bit": {
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.4/z3-4.12.4-x86-win.zip",
"hash": "b83e90c2c4ffad8c181cc7be481dc229a4cfa8c16abe4398aba2cc2374548d79",
"extract_dir": "z3-4.12.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"
}
}
}
}