Go devel 1.2rc5.
Closes Homebrew/homebrew#24474. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e6338d2f33
commit
98f9ab9322
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ class Go < Formula
|
|||
option 'without-cgo', "Build without cgo"
|
||||
|
||||
devel do
|
||||
url 'https://go.googlecode.com/files/go1.2rc4.src.tar.gz'
|
||||
version '1.2rc4'
|
||||
sha1 'a1782aef715875119e04ebd3f101708e3b6aa866'
|
||||
url 'https://go.googlecode.com/files/go1.2rc5.src.tar.gz'
|
||||
version '1.2rc5'
|
||||
sha1 'f0cc813715d06a8e2febd580e126b7489b6a945d'
|
||||
end
|
||||
|
||||
if build.with? 'cgo' and not build.devel?
|
||||
|
|
Loading…
Reference in a new issue