This commit is contained in:
Leon Klingele 2017-08-25 00:46:19 +02:00 committed by ilovezfs
parent 741ef38211
commit 788476af93
2 changed files with 4 additions and 13 deletions

View file

@ -3,10 +3,10 @@ class Go < Formula
homepage "https://golang.org"
stable do
url "https://storage.googleapis.com/golang/go1.8.3.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.8.3.src.tar.gz"
version "1.8.3"
sha256 "5f5dea2447e7dcfdc50fa6b94c512e58bfba5673c039259fd843f68829d99fa6"
url "https://storage.googleapis.com/golang/go1.9.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.9.src.tar.gz"
version "1.9"
sha256 "a4ab229028ed167ba1986825751463605264e44868362ca8e7accc8be057e993"
go_version = version.to_s.split(".")[0..1].join(".")
resource "gotools" do
@ -21,15 +21,6 @@ class Go < Formula
sha256 "ce872cce8e12aa79e2ec688059b696b2e2080a16a1c86011271ec0c3cdc7c6af" => :yosemite
end
devel do
url "https://storage.googleapis.com/golang/go1.9rc2.src.tar.gz"
sha256 "12b09ea6cb3189ea5e4c057f7047b5709ae8edd14706421b188f7e4ae8d8d3e4"
resource "gotools" do
url "https://go.googlesource.com/tools.git"
end
end
head do
url "https://go.googlesource.com/go.git"