Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Go 1.6 #49300

Closed
wants to merge 1 commit into from
Closed

Go 1.6 #49300

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions Library/Formula/go.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
class Go < Formula
desc "Go programming environment"
desc "Golang programming environment"
homepage "https://golang.org"
url "https://storage.googleapis.com/golang/go1.5.3.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.5.3.src.tar.gz"
version "1.5.3"
sha256 "754e06dab1c31ab168fc9db9e32596734015ea9e24bc44cae7f237f417ce4efe"
url "https://storage.googleapis.com/golang/go1.6.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.6.src.tar.gz"
version "1.6"
sha256 "a96cce8ce43a9bf9b2a4c7d470bc7ee0cb00410da815980681c8353218dcf146"

head "https://github.com/golang/go.git"

Expand All @@ -14,12 +14,6 @@ class Go < Formula
sha256 "ccce62ff1470060646749876b79d33d3092f60de8409bb5fd02e7412aa4aff72" => :mavericks
end

devel do
url "https://storage.googleapis.com/golang/go1.6rc2.src.tar.gz"
version "1.6rc2"
sha256 "92914a23cde7e34e1d017175d785e5850fbb28f323a145028e2e26053ef1a598"
end

option "without-cgo", "Build without cgo"
option "without-godoc", "godoc will not be installed for you"
option "without-vet", "vet will not be installed for you"
Expand Down