From 3dde216e62d402d61a4203f6debea787d678a4b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 20:27:44 +0000 Subject: [PATCH] z3: Update to version 4.13.2 --- bucket/z3.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/z3.json b/bucket/z3.json index 35f58887f1..3d0d84ee70 100644 --- a/bucket/z3.json +++ b/bucket/z3.json @@ -1,18 +1,18 @@ { - "version": "4.13.0", + "version": "4.13.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.13.0/z3-4.13.0-x64-win.zip", - "hash": "2bcd14b6849fddead3d0b3cb671cc9d134a8ef0b1d3eff3efd7d75a5bbf00dd3", - "extract_dir": "z3-4.13.0-x64-win" + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.2/z3-4.13.2-x64-win.zip", + "hash": "fd8a4a6070c65bdced34b37d1ff278f83c3308fa83e8cc7bd961762ddd0ce0ac", + "extract_dir": "z3-4.13.2-x64-win" }, "32bit": { - "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.0/z3-4.13.0-x86-win.zip", - "hash": "2a973961389636883f482293367ceeba2e4c529e9d4b1bd7c5bdac10506d3a87", - "extract_dir": "z3-4.13.0-x64-win" + "url": "https://github.com/Z3Prover/z3/releases/download/z3-4.13.2/z3-4.13.2-x86-win.zip", + "hash": "c502ac3353a0c06fe2ff6802880c065df876935de2725bf8b84d88c9dadf7481", + "extract_dir": "z3-4.13.2-x64-win" } }, "bin": "bin\\z3.exe",