From 3ac25dd6fe82df72beab58b827b7526c91fac8bf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Jun 2022 17:14:11 +0200 Subject: [PATCH] coq: update to 8.15.2. --- srcpkgs/coq/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/coq/template b/srcpkgs/coq/template index 5db6a99c5e5..67db6c3bd8f 100644 --- a/srcpkgs/coq/template +++ b/srcpkgs/coq/template @@ -1,14 +1,14 @@ # Template file for 'coq' pkgname=coq -version=8.15.1 -revision=2 +version=8.15.2 +revision=1 hostmakedepends="camlp5 dune ocaml ocaml-findlib ocaml-num ocaml-zarith" short_desc="Proof assistant written in OCaml" maintainer="Leah Neukirchen " license="LGPL-2.1-only" homepage="https://coq.inria.fr" distfiles="https://github.com/coq/coq/archive/V${version}.tar.gz" -checksum=513e953b7183d478acb75fd6e80e4dc32ac1a918cf4343ac31a859cfb4e9aad2 +checksum=13a67c0a4559ae22e9765c8fdb88957b16c2b335a2d5f47e4d6d9b4b8b299926 nopie=yes nocross=yes