mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.11.1
PR: 231883 Submitted by: Dmitri Goutnik <dg@syrec.org>
This commit is contained in:
parent
1787700391
commit
52cb6b901a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=481182
3 changed files with 10 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= go
|
||||
PORTVERSION= 1.11
|
||||
PORTVERSION= 1.11.1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= https://golang.org/dl/
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1535198657
|
||||
SHA256 (go1.11.src.tar.gz) = afc1e12f5fe49a471e3aae7d906c73e9d5b1fdd36d52d72652dde8f6250152fb
|
||||
SIZE (go1.11.src.tar.gz) = 21091932
|
||||
TIMESTAMP = 1538502423
|
||||
SHA256 (go1.11.1.src.tar.gz) = 558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117
|
||||
SIZE (go1.11.1.src.tar.gz) = 21097206
|
||||
|
|
|
@ -2399,6 +2399,7 @@ go/src/cmd/go/testdata/script/README
|
|||
go/src/cmd/go/testdata/script/binary_only.txt
|
||||
go/src/cmd/go/testdata/script/build_GOTMPDIR.txt
|
||||
go/src/cmd/go/testdata/script/build_cache_compile.txt
|
||||
go/src/cmd/go/testdata/script/build_cache_gomips.txt
|
||||
go/src/cmd/go/testdata/script/build_cache_link.txt
|
||||
go/src/cmd/go/testdata/script/build_cache_output.txt
|
||||
go/src/cmd/go/testdata/script/cover_atomic_pkgall.txt
|
||||
|
@ -8460,6 +8461,11 @@ go/test/fixedbugs/issue26416.go
|
|||
go/test/fixedbugs/issue26426.go
|
||||
go/test/fixedbugs/issue26438.go
|
||||
go/test/fixedbugs/issue26495.go
|
||||
go/test/fixedbugs/issue27143.go
|
||||
go/test/fixedbugs/issue27278.go
|
||||
go/test/fixedbugs/issue27289.go
|
||||
go/test/fixedbugs/issue27695.go
|
||||
go/test/fixedbugs/issue27695b.go
|
||||
go/test/fixedbugs/issue3552.dir/one.go
|
||||
go/test/fixedbugs/issue3552.dir/two.go
|
||||
go/test/fixedbugs/issue3552.go
|
||||
|
|
Loading…
Add table
Reference in a new issue