All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] go: bump to v1.11.1
@ 2018-10-29 16:54 Christian Stewart
  2018-10-31  9:26 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Stewart @ 2018-10-29 16:54 UTC (permalink / raw)
  To: buildroot

Bumps Golang host-go compiler to 1.11.1 release.

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/go/go.hash | 3 ++-
 package/go/go.mk   | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/go/go.hash b/package/go/go.hash
index 1c766f2302..d5223d7c1d 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,2 +1,3 @@
 # From https://golang.org/dl/
-sha256	afc1e12f5fe49a471e3aae7d906c73e9d5b1fdd36d52d72652dde8f6250152fb	go1.11.src.tar.gz
+sha256	558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117  go1.11.1.src.tar.gz
+
diff --git a/package/go/go.mk b/package/go/go.mk
index 57dd00b05e..ec74ba397c 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.11
+GO_VERSION = 1.11.1
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz
 
-- 
2.18.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] go: bump to v1.11.1
  2018-10-29 16:54 [Buildroot] [PATCH 1/1] go: bump to v1.11.1 Christian Stewart
@ 2018-10-31  9:26 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-10-31  9:26 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 29 Oct 2018 09:54:22 -0700, Christian Stewart wrote:
> Bumps Golang host-go compiler to 1.11.1 release.
> 
> Signed-off-by: Christian Stewart <christian@paral.in>
> ---
>  package/go/go.hash | 3 ++-
>  package/go/go.mk   | 2 +-
>  2 files changed, 3 insertions(+), 2 deletions(-)
> 
> diff --git a/package/go/go.hash b/package/go/go.hash
> index 1c766f2302..d5223d7c1d 100644
> --- a/package/go/go.hash
> +++ b/package/go/go.hash
> @@ -1,2 +1,3 @@
>  # From https://golang.org/dl/
> -sha256	afc1e12f5fe49a471e3aae7d906c73e9d5b1fdd36d52d72652dde8f6250152fb	go1.11.src.tar.gz
> +sha256	558f8c169ae215e25b81421596e8de7572bd3ba824b79add22fba6e284db1117  go1.11.1.src.tar.gz
> +

You are adding an empty new line here. I dropped that and applied to
master, thanks!

It would be nice to add a hash for the license file, though.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-31  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-29 16:54 [Buildroot] [PATCH 1/1] go: bump to v1.11.1 Christian Stewart
2018-10-31  9:26 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.