coq: update to 8.16.1.

This commit is contained in:
Leah Neukirchen 2022-11-26 21:48:39 +01:00
parent de469a5ddd
commit 65a8825030
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'coq' # Template file for 'coq'
pkgname=coq pkgname=coq
version=8.16.0 version=8.16.1
revision=1 revision=1
hostmakedepends="camlp5 dune ocaml ocaml-findlib ocaml-num ocaml-zarith" hostmakedepends="camlp5 dune ocaml ocaml-findlib ocaml-num ocaml-zarith"
short_desc="Proof assistant written in OCaml" short_desc="Proof assistant written in OCaml"
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1-only" license="LGPL-2.1-only"
homepage="https://coq.inria.fr" homepage="https://coq.inria.fr"
distfiles="https://github.com/coq/coq/archive/V${version}.tar.gz" distfiles="https://github.com/coq/coq/archive/V${version}.tar.gz"
checksum=36577b55f4a4b1c64682c387de7abea932d0fd42fc0cd5406927dca344f53587 checksum=583471c8ed4f227cb374ee8a13a769c46579313d407db67a82d202ee48300e4b
nopie=yes nopie=yes
nocross=yes nocross=yes