Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbowles/7742316 to your computer and use it in GitHub Desktop.
Save jbowles/7742316 to your computer and use it in GitHub Desktop.
Too lazy and impatient
# Too lazy to make a pull request and too impatient to wait,
# Just tuck 1.2 into the devel version
## First,
## $brew unlink go
## $vim /usr/local/Library/Formula/go.rb
## around line 20 under the `devel' block edit the following
devel do
#url 'https://go.googlecode.com/files/go1.2rc5.src.tar.gz'
#version '1.2rc5'
#sha1 'f0cc813715d06a8e2febd580e126b7489b6a945d'
url 'https://go.googlecode.com/files/go1.2.src.tar.gz'
version '1.2'
sha1 '7dd2408d40471aeb30a9e0b502c6717b5bf383a5'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment