diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2019-09-26 20:10:39 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2019-09-26 20:10:39 +0000 |
commit | afb8590c95bba19b651cd83dcd3530827692d05b (patch) | |
tree | ed43a265f959cb2bbc57bc6c19ff8573746b7921 /security/go-oauth2 | |
parent | e54fbaf177ffb1f14bb0396c9b497a60e438d9ef (diff) | |
download | pkgsrc-afb8590c95bba19b651cd83dcd3530827692d05b.tar.gz |
Revbump all Go packages after 1.12.10 update.
ok wiz@ for PMC
Diffstat (limited to 'security/go-oauth2')
-rw-r--r-- | security/go-oauth2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile index f513ef696dc..1f1a108d504 100644 --- a/security/go-oauth2/Makefile +++ b/security/go-oauth2/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.21 2019/08/14 15:45:46 bsiegert Exp $ +# $NetBSD: Makefile,v 1.22 2019/09/26 20:10:52 bsiegert Exp $ # DISTNAME= oauth2 PKGNAME= go-${DISTNAME}-20151204 -PKGREVISION= 18 +PKGREVISION= 19 GITHUB_PROJECT= ${DISTNAME} CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/} |