From 1eee247f1aa5aae457f1dd6a470beec26157ae24 Mon Sep 17 00:00:00 2001 From: Dany-coder778 <79911639+Dany-coder778@users.noreply.github.com> Date: Wed, 14 Sep 2022 15:17:11 +0200 Subject: [PATCH] z3: Add version 4.11.2 (#3913) * z3: Add version 4.11.2 * Update bucket/z3.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Hsiao-nan Cheung * Update z3.json Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Co-authored-by: Hsiao-nan Cheung --- bucket/z3.json | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 bucket/z3.json diff --git a/bucket/z3.json b/bucket/z3.json new file mode 100644 index 0000000000..38abddf13a --- /dev/null +++ b/bucket/z3.json @@ -0,0 +1,35 @@ +{ + "version": "4.11.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.11.2/z3-4.11.2-x64-win.zip", + "hash": "16c2006b017fbc302bc609ffe2a18e6fbfd083566947c92ce47bf7647029e397", + "extract_dir": "z3-4.11.2-x64-win" + }, + "32bit": { + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.11.2/z3-4.11.2-x86-win.zip", + "hash": "077759cc4bacdb096260f670bbcad5514abae10776b268767d2e04aed5e9468f", + "extract_dir": "z3-4.11.2-x86-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" + } + } + } +}