aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMislav Marohnić2014-07-11 12:09:00 -0700
committerJack Nagel2014-07-11 14:13:46 -0500
commit4a54120e3e6600c93546b1bf81c3702cdfe8d35c (patch)
tree7d52ab3877bcde0fa1cced79e2dcfab524d3ef0b /Library/Formula
parent492d1739415c7d0d2fd1f6b1671508d3c3ab3739 (diff)
downloadhomebrew-4a54120e3e6600c93546b1bf81c3702cdfe8d35c.tar.bz2
hub 1.12.2
Closes #30816. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 35f1cc132..1bb67cc88 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.1.tar.gz'
- sha1 '934033bcd17a710a56f33acf099900baf0fe88f3'
+ url 'https://github.com/github/hub/archive/v1.12.2.tar.gz'
+ sha1 '65359d3dcc8e1a0986aab3726f6047bfb9df3d7c'
head 'https://github.com/github/hub.git'
option 'without-completions', 'Disable bash/zsh completions'