diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-11-04 12:36:09 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-11-04 12:36:09 +0000 |
commit | b47b530e3fffa5f3a08c8e89ac2e289dc1a05426 (patch) | |
tree | df4522dd35607a5fc9f934e73c3e22bbbb485353 /lang/go110 | |
parent | 505f91268af7e504a42c8ef16ed4c33e31b194d4 (diff) | |
download | pkgsrc-b47b530e3fffa5f3a08c8e89ac2e289dc1a05426.tar.gz |
Update go110 to 1.10.5.
go1.10.5 (released 2018/11/02) includes fixes to the go command, linker,
runtime and the database/sql package. See the Go 1.10.5 milestone on our issue
tracker for details.
Diffstat (limited to 'lang/go110')
-rw-r--r-- | lang/go110/Makefile | 3 | ||||
-rw-r--r-- | lang/go110/PLIST | 3 | ||||
-rw-r--r-- | lang/go110/distinfo | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/lang/go110/Makefile b/lang/go110/Makefile index cea892a58de..b2c63ee676f 100644 --- a/lang/go110/Makefile +++ b/lang/go110/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.1 2018/09/18 20:52:11 bsiegert Exp $ +# $NetBSD: Makefile,v 1.2 2018/11/04 12:36:09 bsiegert Exp $ .include "../../lang/go/version.mk" DISTNAME= go${GO110_VERSION}.src PKGNAME= go110-${GO110_VERSION} -PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= https://storage.googleapis.com/golang/ EXTRACT_USING= bsdtar diff --git a/lang/go110/PLIST b/lang/go110/PLIST index 5debe3faafd..3d6e87cb88d 100644 --- a/lang/go110/PLIST +++ b/lang/go110/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2018/09/18 20:52:11 bsiegert Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/11/04 12:36:09 bsiegert Exp $ go110/AUTHORS go110/CONTRIBUTING.md go110/CONTRIBUTORS @@ -7386,6 +7386,7 @@ go110/test/fixedbugs/issue24817.go go110/test/fixedbugs/issue25322.go go110/test/fixedbugs/issue25322.out go110/test/fixedbugs/issue2615.go +go110/test/fixedbugs/issue27143.go go110/test/fixedbugs/issue3552.dir/one.go go110/test/fixedbugs/issue3552.dir/two.go go110/test/fixedbugs/issue3552.go diff --git a/lang/go110/distinfo b/lang/go110/distinfo index 689b6626dd5..84e96ad1fc3 100644 --- a/lang/go110/distinfo +++ b/lang/go110/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.1 2018/09/18 20:52:11 bsiegert Exp $ +$NetBSD: distinfo,v 1.2 2018/11/04 12:36:09 bsiegert Exp $ -SHA1 (go1.10.4.src.tar.gz) = adcd9d0bbbc764fa4ff20c08eb4a5a527fa95d96 -RMD160 (go1.10.4.src.tar.gz) = a42ae4d0b21e8ceb500ca10a590f16b0811c7a4e -SHA512 (go1.10.4.src.tar.gz) = ead2c06d903670ff4530748aa2fa6a1140fdf32cf3b8d74cd7d6e046af73c79fd5f98d2188062e6845e5c0513c080ed7079a210720c30338cb8730b95aede9f5 -Size (go1.10.4.src.tar.gz) = 18331174 bytes +SHA1 (go1.10.5.src.tar.gz) = 090f35397325b828e5766f23d81367f092f9893f +RMD160 (go1.10.5.src.tar.gz) = 40151aaad84aa4bea447d266aa4c5246ffa1f8be +SHA512 (go1.10.5.src.tar.gz) = ef6991a21f822cec08446f1aa18a5b79d85619c8d2d622114ec948c3bc6260ef6591b400efbfdff09900c63f1e96245df0ffe513adcfa648e9ca324b822b7968 +Size (go1.10.5.src.tar.gz) = 18332628 bytes SHA1 (patch-misc_io_clangwrap.sh) = cd91c47ba0fe7b6eb8009dd261c0c26c7d581c29 SHA1 (patch-src_cmd_dist_util.go) = 24e6f1b6ded842a8ce322a40e8766f7d344bc47e SHA1 (patch-src_cmd_link_internal_ld_elf.go) = 7afd0da4734f201c8b885b743e83e5b70ddb0bf0 |