From 89d3dd9a57089d7e216e1c2ec0355f4127aee6eb Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 18 Dec 2024 13:56:15 +0100 Subject: [PATCH] z3: update to 4.13.4. --- srcpkgs/z3/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index 5398ae63d2a..bb1eaca8a8d 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,7 +1,7 @@ # Template file for 'z3' pkgname=z3 -version=4.13.3 -revision=2 +version=4.13.4 +revision=1 build_style=configure configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)" make_build_args="-C build all examples" @@ -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=f59c9cf600ea57fb64ffeffbffd0f2d2b896854f339e846f48f069d23bc14ba0 +checksum=4071977e66e9f3d239b7b098ceddfe62ffdf3c71e345e9524a4a5001d1f4adf3 build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"