From d083e7421d4aa4a40ef61936bb77bc813fb1ed78 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 12:30:10 +0000 Subject: [PATCH] z3: Update to version 4.12.6 --- bucket/z3.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/z3.json b/bucket/z3.json index 8a337fbe48..d984ca7906 100644 --- a/bucket/z3.json +++ b/bucket/z3.json @@ -1,18 +1,18 @@ { - "version": "4.12.5", + "version": "4.12.6", "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.5/z3-4.12.5-x64-win.zip", - "hash": "960a8b7e7155685956cf03f6e9af26f071503b2462edd83e2073495d14aa4144", - "extract_dir": "z3-4.12.5-x64-win" + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.6/z3-4.12.6-x64-win.zip", + "hash": "cf75f3991a405e908129635a47e672f6e7e8d3aa05c1f99cbfe3d5b50b2e123a", + "extract_dir": "z3-4.12.6-x64-win" }, "32bit": { - "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.5/z3-4.12.5-x86-win.zip", - "hash": "08d0ed830f9733b6f8c4a649cbc224dd8b363d0a1789f8285ccbba36583bb42d", - "extract_dir": "z3-4.12.5-x64-win" + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.12.6/z3-4.12.6-x86-win.zip", + "hash": "cd2ef6204c4af6926b7d2f03218c58932a215da896b115b78d23916a80d0da3c", + "extract_dir": "z3-4.12.6-x64-win" } }, "bin": "bin\\z3.exe",