diff options
Diffstat (limited to 'www/gitea/Makefile')
-rw-r--r-- | www/gitea/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/gitea/Makefile b/www/gitea/Makefile index 4c2ca883a57..2f45f8022f4 100644 --- a/www/gitea/Makefile +++ b/www/gitea/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2020/01/18 15:33:09 nia Exp $ +# $NetBSD: Makefile,v 1.23 2020/02/02 14:19:12 bsiegert Exp $ DISTNAME= gitea-1.10.3 MASTER_SITES= ${MASTER_SITE_GITHUB:=go-gitea/} +PKGREVISION= 1 CATEGORIES= www GITHUB_TAG= v${PKGVERSION_NOREV} |