From 9aaa534ecf23c4f998f97fcaf838254d4d19ef94 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 5 May 2022 20:01:45 +0200 Subject: [PATCH] z3: update to 4.8.17. --- srcpkgs/z3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index d322211cbd9..598d15032a9 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,6 +1,6 @@ # Template file for 'z3' pkgname=z3 -version=4.8.16 +version=4.8.17 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=75f95e09f3f35fef746e571d5ec88a4efba27f1bc8f1a0ef1117167486ec3dc6 +checksum=1e57637ce8d5212fd38453df28e2730a18e0a633f723682267be87f5b858a126 build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"