From 1e28d3fcb2603ed6fd4af9fb0102211501624584 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 00:35:55 +0000 Subject: [PATCH] z3: Update to version 4.14.0 --- bucket/z3.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/z3.json b/bucket/z3.json index 32a22562ea..3b8efeb38e 100644 --- a/bucket/z3.json +++ b/bucket/z3.json @@ -1,18 +1,18 @@ { - "version": "4.13.4", + "version": "4.14.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.13.4/z3-4.13.4-x64-win.zip", - "hash": "0a36dd5654fe423d23a727c4570c9db9a315926a4301189b868b6eb9bfd5979d", - "extract_dir": "z3-4.13.4-x64-win" + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.14.0/z3-4.14.0-x64-win.zip", + "hash": "1021d8412e6dcc4bd74de21a9da92c0e1b96430d40ea43854fce57160417bb3a", + "extract_dir": "z3-4.14.0-x64-win" }, "32bit": { - "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.4/z3-4.13.4-x86-win.zip", - "hash": "f9abc933523b329def3cb400f3d743285f1404417b03aa20032ea86f1be6bf3a", - "extract_dir": "z3-4.13.4-x64-win" + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.14.0/z3-4.14.0-x86-win.zip", + "hash": "9df7115d540a76225e92d52802fc4ac6d3502fddf262fc76d509c0358639ee30", + "extract_dir": "z3-4.14.0-x64-win" } }, "bin": "bin\\z3.exe",