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

Commit

Permalink
go --devel 1.1rc1
Browse files Browse the repository at this point in the history
Closes #19562.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
klobucar authored and Tanner Lovelace committed Jun 7, 2013
1 parent 8f5a23d commit f7bd8ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Library/Formula/go.rb
Expand Up @@ -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.1beta2.src.tar.gz'
version '1.1beta2'
sha1 '70d7642a6ea065a23458b9ea28e370b19912e52d'
url 'https://go.googlecode.com/files/go1.1rc1.src.tar.gz'
version '1.1rc1'
sha1 'c999c36e7bb5c9ef05d309b0bb4275feb62c44e3'
end

unless build.stable?
Expand Down

0 comments on commit f7bd8ac

Please sign in to comment.