From 148f9501d35db09b36c7674a13239f2e1ddfec15 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 30 Jun 2025 16:25:35 +0200 Subject: [PATCH] z3: update to 4.15.2. --- srcpkgs/z3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index 950f1f74fd7..a7d870d8a28 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,6 +1,6 @@ # Template file for 'z3' pkgname=z3 -version=4.15.1 +version=4.15.2 revision=1 build_style=configure configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)" @@ -14,7 +14,7 @@ maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/Z3Prover/z3" distfiles="https://github.com/Z3Prover/z3/archive/z3-${version}.tar.gz" -checksum=ebf6eed5f2cb217d62abddaa94526189ae40bf3c415fb9c2e2128e099f16fda0 +checksum=3486bf5b35b185981cab0b0a81f870547648a1ca433085aa79afd17c44959751 build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"