From eac90d1d1ddc74db225d73aef0e6b665b54f4906 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Fri, 29 Jul 2022 15:07:17 +0200 Subject: [PATCH] z3: update to 4.10.1. --- srcpkgs/z3/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/z3/template b/srcpkgs/z3/template index b784b06907d..50cdc00b667 100644 --- a/srcpkgs/z3/template +++ b/srcpkgs/z3/template @@ -1,6 +1,6 @@ # Template file for 'z3' pkgname=z3 -version=4.9.1 +version=4.10.1 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=ca08ba933481242507b2f8b303c3ebdf5d16b0005d397fb45018321dc639a0d7 +checksum=a86071a03983b3512c44c2bf130adbc3320770dc0198805f6f51c43b0946e11a build_options="ocaml" desc_option_ocaml="Enable support for OCaml bindings"