From 0820cbd10a5860ca2656d8590ea29c96adce7bec Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 20:25:24 +0000 Subject: [PATCH] z3: Update to version 4.12.4 --- bucket/z3.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/z3.json b/bucket/z3.json index 9c1ddabcba..b0c8b5660d 100644 --- a/bucket/z3.json +++ b/bucket/z3.json @@ -1,18 +1,18 @@ { - "version": "4.12.3", + "version": "4.12.4", "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" + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.4/z3-4.12.4-x64-win.zip", + "hash": "2476ea88cfc07ab9ee03bdd047a5fbe6d6c27b6248ee3411fea9d67bd96a29f1", + "extract_dir": "z3-4.12.4-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" + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.4/z3-4.12.4-x86-win.zip", + "hash": "b83e90c2c4ffad8c181cc7be481dc229a4cfa8c16abe4398aba2cc2374548d79", + "extract_dir": "z3-4.12.4-x64-win" } }, "bin": "bin\\z3.exe",