From 76827162cd7808f30c6613d0a4cdbeec0a334b6c Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 12 May 2025 15:41:42 +0200 Subject: [PATCH] z3: update to 4.15.0. --- srcpkgs/z3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index bc3bc0fc89c..9162479fd58 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,6 +1,6 @@ # Template file for 'z3' pkgname=z3 -version=4.14.1 +version=4.15.0 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=81a02c2c64c64d6c3df233f59186b95627990ada0c4c2fc901c9c25a7072672a +checksum=16aa2c02ff34a902a38bddc29f6f720deb1fb6c6987c45ccb782430300f5ccc5 build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"