summaryrefslogtreecommitdiff
path: root/security/go-oauth2/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2018-03-04 15:52:12 +0000
committerbsiegert <bsiegert@pkgsrc.org>2018-03-04 15:52:12 +0000
commitfe14c1230b5ec63e3a906bd129ae70f47a822d51 (patch)
treea1cb7f56fefa617bce901386d8a6d5c962d12ea6 /security/go-oauth2/Makefile
parent2d928de85e64805c259cbdb57ff1395c1b10b2ed (diff)
downloadpkgsrc-fe14c1230b5ec63e3a906bd129ae70f47a822d51.tar.gz
Revbump all Go packages after Go 1.10 update.
Diffstat (limited to 'security/go-oauth2/Makefile')
-rw-r--r--security/go-oauth2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/go-oauth2/Makefile b/security/go-oauth2/Makefile
index a7dc075eefb..1d18f8b8d2d 100644
--- a/security/go-oauth2/Makefile
+++ b/security/go-oauth2/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2017/04/13 15:12:06 bsiegert Exp $
+# $NetBSD: Makefile,v 1.11 2018/03/04 15:52:19 bsiegert Exp $
#
DISTNAME= oauth2
PKGNAME= go-${DISTNAME}-20151204
-PKGREVISION= 7
+PKGREVISION= 8
GITHUB_PROJECT= ${DISTNAME}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}