pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/go



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Dec 20 17:38:23 UTC 2018

Modified Files:
        pkgsrc/lang/go: version.mk

Log Message:
go: Actually bump to 1.11.4.  Unbreaks build.


To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/go/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/go/version.mk
diff -u pkgsrc/lang/go/version.mk:1.52 pkgsrc/lang/go/version.mk:1.53
--- pkgsrc/lang/go/version.mk:1.52      Sat Dec 15 10:23:32 2018
+++ pkgsrc/lang/go/version.mk   Thu Dec 20 17:38:23 2018
@@ -1,4 +1,4 @@
-# $NetBSD: version.mk,v 1.52 2018/12/15 10:23:32 bsiegert Exp $
+# $NetBSD: version.mk,v 1.53 2018/12/20 17:38:23 jperkin Exp $
 
 CTF_SUPPORTED=         no
 SSP_SUPPORTED=         no
@@ -6,7 +6,7 @@ STRIP_DEBUG_SUPPORTED=  no
 
 .include "../../mk/bsd.prefs.mk"
 
-GO111_VERSION= 1.11.2
+GO111_VERSION= 1.11.4
 GO110_VERSION= 1.10.7
 GO19_VERSION=  1.9.7
 GO14_VERSION=  1.4.3



Home | Main Index | Thread Index | Old Index