diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-11-04 18:37:54 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-11-04 18:37:54 +0000 |
commit | ee84c46bdd5b107685b626efd7378a5749d9d9b7 (patch) | |
tree | 27d8bc4a990dcea81d9172b048effa85f287260f /textproc/sift/Makefile | |
parent | 1782b5111e93fc3df8ea6d7c1de67926a57e6287 (diff) | |
download | pkgsrc-ee84c46bdd5b107685b626efd7378a5749d9d9b7.tar.gz |
Revbump all Go packages after go111 update.
Diffstat (limited to 'textproc/sift/Makefile')
-rw-r--r-- | textproc/sift/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sift/Makefile b/textproc/sift/Makefile index c879ee5e1cd..7b58baf7473 100644 --- a/textproc/sift/Makefile +++ b/textproc/sift/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2018/06/12 17:50:29 bsiegert Exp $ +# $NetBSD: Makefile,v 1.13 2018/11/04 18:38:07 bsiegert Exp $ DISTNAME= sift-0.6.0 -PKGREVISION= 10 +PKGREVISION= 11 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/} GITHUB_TAG= v${PKGVERSION_NOREV} |