Update lang/go to Go 1.12.7.
This commit is contained in:
parent
e4341a653e
commit
3395d04c86
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.65 2019/05/07 16:33:42 jsing Exp $
|
||||
# $OpenBSD: Makefile,v 1.66 2019/07/09 17:54:46 jsing Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = ${GO_ARCHS}
|
||||
|
||||
@ -7,7 +7,7 @@ BIN_BOOTSTRAP_VERSION = 1.12.1
|
||||
|
||||
COMMENT = Go programming language
|
||||
|
||||
VERSION = 1.12.5
|
||||
VERSION = 1.12.7
|
||||
DISTNAME = go${VERSION}.src
|
||||
PKGNAME = go-${VERSION}
|
||||
PKGSPEC = go-=${VERSION}
|
||||
|
@ -1,4 +1,4 @@
|
||||
SHA256 (go-openbsd-arm-bootstrap-1.12.1.tar.gz) = kSI4RLbQBfSCcAqAa07uBYPH/SBKOuNjWovSuzL2LeU=
|
||||
SHA256 (go1.12.5.src.tar.gz) = KqXwiMuzMuc/w971RoAGFrONO/5rhxO4pkBAYPIlA+g=
|
||||
SHA256 (go1.12.7.src.tar.gz) = lehEfW8EuNamLeFybe+7IKsgMgjuFn7RX4PXl4zkOxM=
|
||||
SIZE (go-openbsd-arm-bootstrap-1.12.1.tar.gz) = 119075008
|
||||
SIZE (go1.12.5.src.tar.gz) = 21971348
|
||||
SIZE (go1.12.7.src.tar.gz) = 21976647
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.34 2019/05/07 16:33:42 jsing Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.35 2019/07/09 17:54:46 jsing Exp $
|
||||
bin/go
|
||||
bin/gofmt
|
||||
go/
|
||||
@ -373,6 +373,7 @@ go/misc/cgo/test/issue29781.go
|
||||
go/misc/cgo/test/issue30065.go
|
||||
go/misc/cgo/test/issue3250.go
|
||||
go/misc/cgo/test/issue3250w.go
|
||||
go/misc/cgo/test/issue32579.go
|
||||
go/misc/cgo/test/issue3261.go
|
||||
go/misc/cgo/test/issue3729.go
|
||||
go/misc/cgo/test/issue3729w.go
|
||||
@ -6445,8 +6446,10 @@ go/src/os/dir_plan9.go
|
||||
go/src/os/dir_unix.go
|
||||
go/src/os/dir_windows.go
|
||||
go/src/os/env.go
|
||||
go/src/os/env_default.go
|
||||
go/src/os/env_test.go
|
||||
go/src/os/env_unix_test.go
|
||||
go/src/os/env_windows.go
|
||||
go/src/os/error.go
|
||||
go/src/os/error_plan9.go
|
||||
go/src/os/error_posix.go
|
||||
@ -9475,6 +9478,11 @@ go/test/fixedbugs/issue31252.dir/b.go
|
||||
go/test/fixedbugs/issue31252.dir/c.go
|
||||
go/test/fixedbugs/issue31252.dir/main.go
|
||||
go/test/fixedbugs/issue31252.go
|
||||
go/test/fixedbugs/issue31987.go
|
||||
go/test/fixedbugs/issue32477.go
|
||||
go/test/fixedbugs/issue32560.go
|
||||
go/test/fixedbugs/issue32680.go
|
||||
go/test/fixedbugs/issue32680.out
|
||||
go/test/fixedbugs/issue3552.dir/
|
||||
go/test/fixedbugs/issue3552.dir/one.go
|
||||
go/test/fixedbugs/issue3552.dir/two.go
|
||||
|
Loading…
Reference in New Issue
Block a user