mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 12:34:27 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "4.12.3",
|
|
"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.3/z3-4.12.3-x64-win.zip",
|
|
"hash": "4b728f8c167adaa6ffc5f4afd736796f0e6f9805e02c5c65e0f77e19277009c8",
|
|
"extract_dir": "z3-4.12.3-x64-win"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.3/z3-4.12.3-x86-win.zip",
|
|
"hash": "bd50b6319b9cb0848902c588456161aeffa2cf20ac1be4e9e6fe47c2b5c94fa3",
|
|
"extract_dir": "z3-4.12.3-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"
|
|
}
|
|
}
|
|
}
|
|
}
|