go devel 1.1 beta2

Closes Homebrew/homebrew#19053.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
master
Brett Koonce 2013-04-08 09:46:59 -05:00 committed by Jack Nagel
parent 7bd7b5e339
commit 749e2e3120
1 changed files with 3 additions and 3 deletions

View File

@ -13,9 +13,9 @@ class Go < Formula
option 'cross-compile-common', "Build the cross-compilers and runtime support for darwin, linux and windows"
devel do
url 'https://go.googlecode.com/files/go1.1beta1.src.tar.gz'
version '1.1beta1'
sha1 '73dacb991b3dbf50cf45be0ae9bfef52662eae4d'
url 'https://go.googlecode.com/files/go1.1beta2.src.tar.gz'
version '1.1beta2'
sha1 '70d7642a6ea065a23458b9ea28e370b19912e52d'
end
unless build.stable?