mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "4.12.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.12.2/z3-4.12.2-x64-win.zip",
|
|
"hash": "ea33132e4531dbdc2c98b5f3c01257ca2f954e0f9c9115e63ea4e2530550e1d4",
|
|
"extract_dir": "z3-4.12.2-x64-win"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.2/z3-4.12.2-x86-win.zip",
|
|
"hash": "39c5f72eb7fcb4cdf6d5019fb22d13b40efc1c90cfc36c7f92adc9d1774091bd",
|
|
"extract_dir": "z3-4.12.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"
|
|
}
|
|
}
|
|
}
|
|
}
|