From d26f26c6fb9b5d9054237d064e44f3dc0a6f565e Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 17 Aug 2025 16:47:02 +0200 Subject: [PATCH] z3: update to 4.15.3. --- srcpkgs/z3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index a7d870d8a28..1f275e66736 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,6 +1,6 @@ # Template file for 'z3' pkgname=z3 -version=4.15.2 +version=4.15.3 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=3486bf5b35b185981cab0b0a81f870547648a1ca433085aa79afd17c44959751 +checksum=8cfd4d6ab47cafe931446e2c03e10df651d40487730c819f1bf420987144824f build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"