diff options
author | wiz <wiz@pkgsrc.org> | 2021-05-24 19:49:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-05-24 19:49:01 +0000 |
commit | baed0a2edb810dd7f45a65e897249f05eafbe0d3 (patch) | |
tree | 6d77b5f19601f9a87a089487aeff27c75dd899f9 /lang/go14/Makefile | |
parent | 7e8a6b465124c09216f6e7d7dac9811aecd8a5e1 (diff) | |
download | pkgsrc-baed0a2edb810dd7f45a65e897249f05eafbe0d3.tar.gz |
*: recursive bump for perl 5.34
Diffstat (limited to 'lang/go14/Makefile')
-rw-r--r-- | lang/go14/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/go14/Makefile b/lang/go14/Makefile index 9445fb14c91..854c37d6507 100644 --- a/lang/go14/Makefile +++ b/lang/go14/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.24 2021/02/20 13:54:46 bsiegert Exp $ +# $NetBSD: Makefile,v 1.25 2021/05/24 19:52:33 wiz Exp $ .include "../../lang/go/version.mk" DISTNAME= go${GO14_VERSION}.src PKGNAME= go14-${GO14_VERSION} -PKGREVISION= 12 +PKGREVISION= 13 CATEGORIES= lang MASTER_SITES= https://storage.googleapis.com/golang/ PATCH_SITES= https://codereview.appspot.com/download/ |