aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMislav Marohnić2014-07-25 16:22:49 -0700
committerMike McQuaid2014-07-26 08:12:30 +0100
commitcc9fd9f742ba72b51170dbc69ed1cf20d843e0f7 (patch)
treef52ec417b505425075404e7a23ebfc53742f3a74 /Library/Formula
parent95bba85c1a54a48837d5f9cb1fcc0d94c52d11cc (diff)
downloadhomebrew-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.rb2
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'