aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMislav Marohnić2014-05-23 17:15:32 +0700
committerJack Nagel2014-05-23 10:10:24 -0500
commit87fd9e455cbe7447ee15c1a95780462699f320bc (patch)
tree92942917cbf8f9e9489b7ef313d8d16a8e1d4fa9 /Library
parent379270137856ccc7b5637d42d34dd949222ee14d (diff)
downloadhomebrew-87fd9e455cbe7447ee15c1a95780462699f320bc.tar.bz2
hub 1.12.1
Closes #29514. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hub.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb
index 9db1952b6..35f1cc132 100644
--- a/Library/Formula/hub.rb
+++ b/Library/Formula/hub.rb
@@ -2,8 +2,8 @@ require 'formula'
class Hub < Formula
homepage 'http://hub.github.com/'
- url 'https://github.com/github/hub/archive/v1.12.0.tar.gz'
- sha1 '195b7c92b49286623baa4d01ab53b8a898b484a2'
+ url 'https://github.com/github/hub/archive/v1.12.1.tar.gz'
+ sha1 '934033bcd17a710a56f33acf099900baf0fe88f3'
head 'https://github.com/github/hub.git'
option 'without-completions', 'Disable bash/zsh completions'