diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2022-05-11 19:26:18 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2022-05-11 19:26:18 +0000 |
commit | 91c90fac9deee89e66a2d9af4e0792009ab551bb (patch) | |
tree | 8c68707cbe6223043a7e563713cef98b7afab07f /textproc/sift/Makefile | |
parent | f3ca190effcf6295dfa79cc350650dc86e5f33cf (diff) | |
download | pkgsrc-91c90fac9deee89e66a2d9af4e0792009ab551bb.tar.gz |
Revbump all Go packages after go118 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 085cdfe041f..0f6d62b544f 100644 --- a/textproc/sift/Makefile +++ b/textproc/sift/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.48 2022/04/13 07:50:53 bsiegert Exp $ +# $NetBSD: Makefile,v 1.49 2022/05/11 19:26:21 bsiegert Exp $ DISTNAME= sift-0.6.0 -PKGREVISION= 46 +PKGREVISION= 47 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GITHUB:=svent/} GITHUB_TAG= v${PKGVERSION_NOREV} |