go 1.2.2
This commit is contained in:
parent
56434ae587
commit
b1666a388c
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@ require 'formula'
|
|||
class Go < Formula
|
||||
homepage 'http://golang.org'
|
||||
head 'https://go.googlecode.com/hg/'
|
||||
url 'https://go.googlecode.com/files/go1.2.1.src.tar.gz'
|
||||
version '1.2.1'
|
||||
sha1 '6a4b9991eddd8039438438d6aa25126ab7e07f2f'
|
||||
url 'https://storage.googleapis.com/golang/go1.2.2.src.tar.gz'
|
||||
version '1.2.2'
|
||||
sha1 '3ce0ac4db434fc1546fec074841ff40dc48c1167'
|
||||
|
||||
bottle do
|
||||
revision 1
|
||||
|
|
Loading…
Reference in a new issue