From 6e9e023777b8b1a0f7dd886d28426898bb94626f Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 19 Aug 2022 23:05:49 +0200 Subject: [PATCH] z3: update to 4.11.0. --- srcpkgs/z3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index 0215e0f02ce..b23e8f82e90 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,6 +1,6 @@ # Template file for 'z3' pkgname=z3 -version=4.10.2 +version=4.11.0 revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=configure @@ -15,7 +15,7 @@ maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/Z3Prover/z3" distfiles="https://github.com/Z3Prover/z3/archive/z3-${version}.tar.gz" -checksum=889fd035b833775c8cd2eb4723eb011bf916a3e9bf08ce66b31c548acee7a321 +checksum=afa761ee2c00b66afcf7f77ccf3f9820f97142bba988040ba56ed876443b811c build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"