From 527d93bbfd27d42e60729cef515bd867a2dae728 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 2 Aug 2022 15:48:14 +0200 Subject: [PATCH] z3: update to 4.10.2. --- srcpkgs/z3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index 50cdc00b667..0215e0f02ce 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,6 +1,6 @@ # Template file for 'z3' pkgname=z3 -version=4.10.1 +version=4.10.2 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=a86071a03983b3512c44c2bf130adbc3320770dc0198805f6f51c43b0946e11a +checksum=889fd035b833775c8cd2eb4723eb011bf916a3e9bf08ce66b31c548acee7a321 build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"