From 1043df85e42856c76d7144fa335977a892f98c4b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 20 Jan 2023 14:31:42 +0100 Subject: [PATCH] z3: update to 4.12.1. --- srcpkgs/z3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index 13467442e79..fa2198bdb5d 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,6 +1,6 @@ # Template file for 'z3' pkgname=z3 -version=4.12.0 +version=4.12.1 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=5f575f0a3950760436217da1cc1a714569b6d4f664a75bb6775876328cf0a580 +checksum=a3735fabf00e1341adcc70394993c05fd3e2ae167a3e9bb46045e33084eb64a3 build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"