From 1a5adf6bbeca5ec63f91f53ddf998e1855362469 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 23 May 2018 17:22:42 +0200 Subject: [PATCH] z3: update to 4.7.1. --- srcpkgs/z3/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index c2690a230f6..a9ba6ca00f9 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,7 +1,7 @@ # Template file for 'z3' pkgname=z3 -version=4.6.0 -revision=3 +version=4.7.1 +revision=1 wrksrc="${pkgname}-${pkgname}-${version}" build_style=gnu-configure make_build_args="-C build all examples" @@ -15,7 +15,7 @@ maintainer="Leah Neukirchen " license="MIT" homepage="https://github.com/Z3Prover/z3" distfiles="https://github.com/Z3Prover/z3/archive/${pkgname}-${version}.tar.gz" -checksum=511da31d1f985cf0c79b2de05bda4e057371ba519769d1546ff71e1304fe53c9 +checksum=a353e3da00cdaffd258052cc1406efc854606855222ab4bfd5679c58af5c11c7 build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings" build_options_default="ocaml"