diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2020-09-03 07:29:32 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2020-09-03 07:29:32 +0000 |
commit | 8d680e0a7fda44e637e7c9ae7bd06ef3defc042a (patch) | |
tree | 5bc97802bac6632ce08c3ff7e76eb59f96b4680d /textproc/sift/Makefile | |
parent | 0442fbdf859eaba0954ce02ea98512a2a04e75e9 (diff) | |
download | pkgsrc-8d680e0a7fda44e637e7c9ae7bd06ef3defc042a.tar.gz |
Revbump all Go packages after default Go version was changed to 1.15.1
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 8b46f4003c1..a967b6f6660 100644 --- a/textproc/sift/Makefile +++ b/textproc/sift/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2020/08/14 20:01:38 bsiegert Exp $ +# $NetBSD: Makefile,v 1.31 2020/09/03 07:29:52 bsiegert Exp $ DISTNAME= sift-0.6.0 -PKGREVISION= 28 +PKGREVISION= 29 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/} GITHUB_TAG= v${PKGVERSION_NOREV} |