From da092768ed6b6340dd73d23003640f7488f064b7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 10 May 2020 13:40:18 +0200 Subject: [PATCH] z3: update to 4.8.8. --- srcpkgs/z3/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index c8520555752..ecb5dabac5b 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,7 +1,7 @@ # Template file for 'z3' pkgname=z3 -version=4.8.7 -revision=3 +version=4.8.8 +revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=configure configure_args="--prefix=/usr -g --python $(vopt_if ocaml --ml)" @@ -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=8c1c49a1eccf5d8b952dadadba3552b0eac67482b8a29eaad62aa7343a0732c3 +checksum=6962facdcdea287c5eeb1583debe33ee23043144d0e5308344e6a8ee4503bcff build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"