mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 09:01:19 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "4.13.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.13.2/z3-4.13.2-x64-win.zip",
|
|
"hash": "fd8a4a6070c65bdced34b37d1ff278f83c3308fa83e8cc7bd961762ddd0ce0ac",
|
|
"extract_dir": "z3-4.13.2-x64-win"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.2/z3-4.13.2-x86-win.zip",
|
|
"hash": "c502ac3353a0c06fe2ff6802880c065df876935de2725bf8b84d88c9dadf7481",
|
|
"extract_dir": "z3-4.13.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"
|
|
}
|
|
}
|
|
}
|
|
}
|