diff options
| author | Mislav Marohnić | 2014-07-25 16:22:49 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-26 08:12:30 +0100 |
| commit | cc9fd9f742ba72b51170dbc69ed1cf20d843e0f7 (patch) | |
| tree | f52ec417b505425075404e7a23ebfc53742f3a74 /Library/Formula | |
| parent | 95bba85c1a54a48837d5f9cb1fcc0d94c52d11cc (diff) | |
| download | homebrew-cc9fd9f742ba72b51170dbc69ed1cf20d843e0f7.tar.bz2 | |
hub: stable branch for HEAD.
Master branch is becoming very unstable really soon and switching from
Ruby to Go, so people that use `brew install hub --HEAD` will have a
really rough time during that.
Closes #31138.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hub.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index 1bb67cc88..d49a21f14 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -4,7 +4,7 @@ class Hub < Formula homepage 'http://hub.github.com/' url 'https://github.com/github/hub/archive/v1.12.2.tar.gz' sha1 '65359d3dcc8e1a0986aab3726f6047bfb9df3d7c' - head 'https://github.com/github/hub.git' + head 'https://github.com/github/hub.git', :branch => '1.12-stable' option 'without-completions', 'Disable bash/zsh completions' |
