go 1.9.3
This commit is contained in:
parent
e17b9605e5
commit
ac2308d764
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ class Go < Formula
|
|||
homepage "https://golang.org"
|
||||
|
||||
stable do
|
||||
url "https://storage.googleapis.com/golang/go1.9.2.src.tar.gz"
|
||||
mirror "https://fossies.org/linux/misc/go1.9.2.src.tar.gz"
|
||||
sha256 "665f184bf8ac89986cfd5a4460736976f60b57df6b320ad71ad4cef53bb143dc"
|
||||
url "https://dl.google.com/go/go1.9.3.src.tar.gz"
|
||||
mirror "https://fossies.org/linux/misc/go1.9.3.src.tar.gz"
|
||||
sha256 "4e3d0ad6e91e02efa77d54e86c8b9e34fbe1cbc2935b6d38784dca93331c47ae"
|
||||
|
||||
go_version = version.to_s.split(".")[0..1].join(".")
|
||||
resource "gotools" do
|
||||
|
|
Loading…
Reference in a new issue