diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2019-03-09 10:05:01 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2019-03-09 10:05:01 +0000 |
commit | ed0cc7deaacdf3ab55542f4300bcdaa9d830624a (patch) | |
tree | 00991b7c6b44b2cc9365eb2ccb3d3d81e0d62698 /www/go-webhooks | |
parent | 6d485f95bbc1d25fab51c05b6b9905796369c927 (diff) | |
download | pkgsrc-ed0cc7deaacdf3ab55542f4300bcdaa9d830624a.tar.gz |
all: revbump Go packages, now that they use go112 to build
Diffstat (limited to 'www/go-webhooks')
-rw-r--r-- | www/go-webhooks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/go-webhooks/Makefile b/www/go-webhooks/Makefile index 000597feebf..c4bd973ea46 100644 --- a/www/go-webhooks/Makefile +++ b/www/go-webhooks/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2019/01/24 10:00:46 bsiegert Exp $ +# $NetBSD: Makefile,v 1.5 2019/03/09 10:05:14 bsiegert Exp $ DISTNAME= webhooks-3.12.0 PKGNAME= go-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_GITHUB:=go-playground/} GITHUB_PROJECT= ${PKGBASE:S/^go-//} |