From bd739739cab169997c95416a7d80201a97604e47 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 14 Jul 2021 12:48:50 +0200 Subject: [PATCH] z3: update to 4.8.12. --- srcpkgs/z3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index 789712fa645..3a58cf59377 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,6 +1,6 @@ # Template file for 'z3' pkgname=z3 -version=4.8.11 +version=4.8.12 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=99e912b9af76a17f8827f89afcf4da117736f3877a8bbdd737c548c6541009d7 +checksum=e3aaefde68b839299cbc988178529535e66048398f7d083b40c69fe0da55f8b7 build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"