From d73404cbf4aeb739e6a270a14fcd8a415dd98862 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 00:33:49 +0000 Subject: [PATCH] z3: Update to version 4.12.2 --- bucket/z3.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/z3.json b/bucket/z3.json index 6854181286..f45cc1998d 100644 --- a/bucket/z3.json +++ b/bucket/z3.json @@ -1,18 +1,18 @@ { - "version": "4.12.1", + "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.1/z3-4.12.1-x64-win.zip", - "hash": "ce2d658d007c4f5873d2279bd031d4e72500b388e1ef2d716bd5f86af19b20d2", - "extract_dir": "z3-4.12.1-x64-win" + "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.1/z3-4.12.1-x86-win.zip", - "hash": "1fbe8e2a87f42ca6f3348b8c48a1ffcd8fc376ac3144c9b588a5452de01ca2ef", - "extract_dir": "z3-4.12.1-x64-win" + "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",