summaryrefslogtreecommitdiff
path: root/lang/go
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2019-12-08 14:42:02 +0000
committerbsiegert <bsiegert@pkgsrc.org>2019-12-08 14:42:02 +0000
commit7b2267dd3dca15291ef37c0a189d2e57dcc47342 (patch)
tree124764eae68800ba92582547a467a9228b9330e3 /lang/go
parent529c79847310ff3bb58bf878b3c30aaa623d1b8d (diff)
downloadpkgsrc-7b2267dd3dca15291ef37c0a189d2e57dcc47342.tar.gz
Add go113.
I forgot to include this file in the go113 commit, thanks wiz@ for notifying me!
Diffstat (limited to 'lang/go')
-rw-r--r--lang/go/version.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/go/version.mk b/lang/go/version.mk
index 7296fb4bb24..f69d5d294cc 100644
--- a/lang/go/version.mk
+++ b/lang/go/version.mk
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.72 2019/12/07 18:15:13 rillig Exp $
+# $NetBSD: version.mk,v 1.73 2019/12/08 14:42:02 bsiegert Exp $
CTF_SUPPORTED= no
SSP_SUPPORTED= no
@@ -6,6 +6,7 @@ STRIP_DEBUG_SUPPORTED= no
.include "../../mk/bsd.prefs.mk"
+GO113_VERSION= 1.13.5
GO112_VERSION= 1.12.12
GO111_VERSION= 1.11.13
GO110_VERSION= 1.10.8