From 7a800095cabd01d214462067b79bef8b477ed0da Mon Sep 17 00:00:00 2001 From: Jonathon Klobucar Date: Thu, 4 Apr 2013 11:26:30 -0700 Subject: go --devel 1.1 beta Closes #18969. Signed-off-by: Adam Vandenberg --- Library/Formula/go.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index d68cc2106..a6acf177e 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -12,7 +12,13 @@ class Go < Formula 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" - if build.head? + devel do + url 'https://go.googlecode.com/files/go1.1beta1.src.tar.gz' + version '1.1beta1' + sha1 '73dacb991b3dbf50cf45be0ae9bfef52662eae4d' + end + + unless build.stable? fails_with :clang do cause "clang: error: no such file or directory: 'libgcc.a'" end -- cgit v1.2.3