Closes Homebrew/homebrew#30273.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Matt Robenolt 2014-06-18 19:16:40 -07:00 committed by Jack Nagel
parent b184a5f55b
commit 6b5269b295

View file

@ -3,9 +3,9 @@ require 'formula'
class Go < Formula
homepage 'http://golang.org'
head 'https://go.googlecode.com/hg/'
url 'https://storage.googleapis.com/golang/go1.2.2.src.tar.gz'
version '1.2.2'
sha1 '3ce0ac4db434fc1546fec074841ff40dc48c1167'
url 'https://storage.googleapis.com/golang/go1.3.src.tar.gz'
version '1.3'
sha1 '9f9dfcbcb4fa126b2b66c0830dc733215f2f056e'
bottle do
sha1 "cc2867d5043bbd5af3b9637b8ac62d564eeee334" => :mavericks
@ -13,12 +13,6 @@ class Go < Formula
sha1 "73020a28cfddd1c63d3f4efba4e7a81d91b926ff" => :lion
end
devel do
url 'https://storage.googleapis.com/golang/go1.3rc2.src.tar.gz'
version '1.3rc2'
sha1 '53a5b75c8bb2399c36ed8fe14f64bd2df34ca4d9'
end
option 'cross-compile-all', "Build the cross-compilers and runtime support for all supported platforms"
option 'cross-compile-common', "Build the cross-compilers and runtime support for darwin, linux and windows"
option 'without-cgo', "Build without cgo"