diff options
Diffstat (limited to 'www/go-fasthttp/Makefile')
-rw-r--r-- | www/go-fasthttp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/go-fasthttp/Makefile b/www/go-fasthttp/Makefile index b439647fa72..4327520cef3 100644 --- a/www/go-fasthttp/Makefile +++ b/www/go-fasthttp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2020/04/28 11:46:30 nikita Exp $ +# $NetBSD: Makefile,v 1.8 2020/06/17 09:54:18 bsiegert Exp $ GITHUB_TAG= v${PKGVERSION_NOREV} DISTNAME= go-fasthttp-1.6.0 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=valyala/} GITHUB_PROJECT= fasthttp |