diff options
author | Matt Housh <jaeger@crux.ninja> | 2021-07-13 22:58:31 -0500 |
---|---|---|
committer | Matt Housh <jaeger@crux.ninja> | 2021-07-13 22:58:31 -0500 |
commit | 5e726eccd3a52e64865906630f8ed73a38be3a88 (patch) | |
tree | d706a98fd4089505830a18384e88ce0803d0264a /go | |
parent | 8ea7b206abe75134d85d7e874f7d37bd3cb32ca0 (diff) | |
download | contrib-5e726eccd3a52e64865906630f8ed73a38be3a88.tar.gz contrib-5e726eccd3a52e64865906630f8ed73a38be3a88.tar.xz |
go: updated to version 1.16.6
Diffstat (limited to 'go')
-rw-r--r-- | go/.footprint | 5 | ||||
-rw-r--r-- | go/.signature | 8 | ||||
-rw-r--r-- | go/Pkgfile | 2 |
3 files changed, 10 insertions, 5 deletions
diff --git a/go/.footprint b/go/.footprint index 3f712bff5..b3ca3b2a1 100644 --- a/go/.footprint +++ b/go/.footprint @@ -10258,6 +10258,11 @@ drwxr-xr-x root/root usr/lib/go/test/fixedbugs/issue4590.dir/ -rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue4620.go -rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue4654.go -rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue4663.go +drwxr-xr-x root/root usr/lib/go/test/fixedbugs/issue46653.dir/ +drwxr-xr-x root/root usr/lib/go/test/fixedbugs/issue46653.dir/bad/ +-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue46653.dir/bad/bad.go +-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue46653.dir/main.go +-rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue46653.go -rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue4667.go -rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue4734.go -rw-r--r-- root/root usr/lib/go/test/fixedbugs/issue4748.go diff --git a/go/.signature b/go/.signature index 94d4fa834..227b92273 100644 --- a/go/.signature +++ b/go/.signature @@ -1,6 +1,6 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF39qFOc0FiOmW8aTivWepO9NJr/0hAWBh9Bp5tkimSEQITBe4/UbsYKDiHBgV92CrbohUApBS2EX+7MYWsccyegc= -SHA256 (Pkgfile) = b4892f104ce6fceaba8e3f80fec9df4cb3ff3a7421dda0c38b65c62d5f1d28b5 -SHA256 (.footprint) = 018da30c44dfbc486df991ef68da2c7257e37eaacd370a93a44c471ca9d4022d +RWSagIOpLGJF3xdrY9aw0GVpnTUAfLZ6LjEZfvD7g2VBWzycZb6RzFBGEzRgignqolRrqmEiuR1Ikl7dzB+DFNVdrJN6nOzeVgE= +SHA256 (Pkgfile) = 3e0876271f643906893bfc9b98417c49ab9bfd57244007283db03ac77c58b96f +SHA256 (.footprint) = 87200e8b6114e02d92c95638849ed8f2937b0ec92479ca9381137c04bb73bd23 SHA256 (go1.4.3.linux-amd64.tar.gz) = ce3140662f45356eb78bc16a88fc7cfb29fb00e18d7c632608245b789b2086d2 -SHA256 (go1.16.5.src.tar.gz) = 7bfa7e5908c7cc9e75da5ddf3066d7cbcf3fd9fa51945851325eebc17f50ba80 +SHA256 (go1.16.6.src.tar.gz) = a3a5d4bc401b51db065e4f93b523347a4d343ae0c0b08a65c3423b05a138037d diff --git a/go/Pkgfile b/go/Pkgfile index 215eda45d..315868689 100644 --- a/go/Pkgfile +++ b/go/Pkgfile @@ -3,7 +3,7 @@ # Maintainer: Matt Housh, jaeger at crux dot ninja name=go -version=1.16.5 +version=1.16.6 release=1 source=(https://storage.googleapis.com/golang/go1.4.3.linux-amd64.tar.gz \ https://storage.googleapis.com/golang/${name}${version}.src.tar.gz) |