From 0e5d2c87d08201246299a315c875de6e1f9d9d4b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 8 Dec 2023 16:44:06 +0100 Subject: [PATCH] z3: update to 4.12.4. --- srcpkgs/z3/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index 58983afb5f6..808f7b04f7a 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,7 +1,7 @@ # Template file for 'z3' pkgname=z3 -version=4.12.2 -revision=2 +version=4.12.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=9f58f3710bd2094085951a75791550f547903d75fe7e2fcb373c5f03fc761b8f +checksum=25e9b18d04ee22f1d872dfe0daaf4c39034744525214e34fedd206e25140e96e build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"