From 769d7ca88f7c3a29000786ff96009f8c628218b8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 13 May 2023 15:00:23 +0200 Subject: [PATCH] z3: update to 4.12.2. --- srcpkgs/z3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index fa2198bdb5d..b33d6522ebe 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,6 +1,6 @@ # Template file for 'z3' pkgname=z3 -version=4.12.1 +version=4.12.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=a3735fabf00e1341adcc70394993c05fd3e2ae167a3e9bb46045e33084eb64a3 +checksum=9f58f3710bd2094085951a75791550f547903d75fe7e2fcb373c5f03fc761b8f build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"