diff options
Diffstat (limited to 'lang/coq/Makefile')
-rw-r--r-- | lang/coq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/coq/Makefile b/lang/coq/Makefile index b50f1473993..8dd44b985f4 100644 --- a/lang/coq/Makefile +++ b/lang/coq/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.113 2018/10/24 21:11:52 leot Exp $ +# $NetBSD: Makefile,v 1.114 2018/11/12 03:52:26 ryoon Exp $ # DISTNAME= coq-8.8.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang math MASTER_SITES= ${MASTER_SITE_GITHUB:=coq/} GITHUB_TAG= V${PKGVERSION_NOREV} |