Created
December 1, 2013 23:33
-
-
Save jbowles/7742316 to your computer and use it in GitHub Desktop.
Too lazy and impatient
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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