go 1.3
Closes Homebrew/homebrew#30273. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
b184a5f55b
commit
6b5269b295
1 changed files with 3 additions and 9 deletions
|
@ -3,9 +3,9 @@ require 'formula'
|
||||||
class Go < Formula
|
class Go < Formula
|
||||||
homepage 'http://golang.org'
|
homepage 'http://golang.org'
|
||||||
head 'https://go.googlecode.com/hg/'
|
head 'https://go.googlecode.com/hg/'
|
||||||
url 'https://storage.googleapis.com/golang/go1.2.2.src.tar.gz'
|
url 'https://storage.googleapis.com/golang/go1.3.src.tar.gz'
|
||||||
version '1.2.2'
|
version '1.3'
|
||||||
sha1 '3ce0ac4db434fc1546fec074841ff40dc48c1167'
|
sha1 '9f9dfcbcb4fa126b2b66c0830dc733215f2f056e'
|
||||||
|
|
||||||
bottle do
|
bottle do
|
||||||
sha1 "cc2867d5043bbd5af3b9637b8ac62d564eeee334" => :mavericks
|
sha1 "cc2867d5043bbd5af3b9637b8ac62d564eeee334" => :mavericks
|
||||||
|
@ -13,12 +13,6 @@ class Go < Formula
|
||||||
sha1 "73020a28cfddd1c63d3f4efba4e7a81d91b926ff" => :lion
|
sha1 "73020a28cfddd1c63d3f4efba4e7a81d91b926ff" => :lion
|
||||||
end
|
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-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 'cross-compile-common', "Build the cross-compilers and runtime support for darwin, linux and windows"
|
||||||
option 'without-cgo', "Build without cgo"
|
option 'without-cgo', "Build without cgo"
|
||||||
|
|
Loading…
Reference in a new issue