diff options
| author | Jonathan Schleifer | 2013-06-16 11:56:37 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-18 07:47:45 -0700 |
| commit | 79771f7a1a5010cc0c811b320bf117d22032218d (patch) | |
| tree | 7836e9141bcc4bcf0cadd1480ebd6373feafbb64 /Library/Formula | |
| parent | 8a696ff753bb65d47e0df7dd4ef0995047180b53 (diff) | |
| download | homebrew-79771f7a1a5010cc0c811b320bf117d22032218d.tar.bz2 | |
go: add NetBSD cross-compiler
Closes #20537.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/go.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/go.rb b/Library/Formula/go.rb index 4d17e20be..ad604f040 100644 --- a/Library/Formula/go.rb +++ b/Library/Formula/go.rb @@ -5,6 +5,7 @@ class Go < Formula url 'https://go.googlecode.com/files/go1.1.1.src.tar.gz'; version '1.1.1' sha1 'f365aed8183e487a48a66ace7bf36e5974dffbb3' + head 'https://go.googlecode.com/hg/' skip_clean 'bin' @@ -25,7 +26,7 @@ class Go < Formula targets = [ ['linux', ['386', 'amd64', 'arm'], { :cgo => false }], ['freebsd', ['386', 'amd64'], { :cgo => false }], - + ['netbsd', ['386', 'amd64'], { :cgo => false }], ['openbsd', ['386', 'amd64'], { :cgo => false }], ['windows', ['386', 'amd64'], { :cgo => false }], |
