mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 14:11:19 +00:00
36 lines
1.3 KiB
JSON
36 lines
1.3 KiB
JSON
{
|
|
"version": "4.12.0",
|
|
"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.0/z3-4.12.0-x64-win.zip",
|
|
"hash": "3b85da327d5112f6b96855d8dcf8c2af41f70aca2a36eb403a8a349a5af7c0e2",
|
|
"extract_dir": "z3-4.12.0-x64-win"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.0/z3-4.12.0-x86-win.zip",
|
|
"hash": "6ff163e75d38c575669aeae5b4ee58ba58fcd9e4a537bf7ddf4b08d911f4789b",
|
|
"extract_dir": "z3-4.12.0-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"
|
|
}
|
|
}
|
|
}
|
|
}
|