diff options
| author | Mislav Marohnić | 2014-03-01 01:18:35 +0100 |
|---|---|---|
| committer | Brett Koonce | 2014-02-28 20:36:28 -0600 |
| commit | 338d60bbeff05db38a07dfa1918d30477d66336c (patch) | |
| tree | 10895bee5397dad79c5a5478e84b36f6a78a145d /Library | |
| parent | 34e570b71182ba2b393e1ef3b8636ee97be655b5 (diff) | |
| download | homebrew-338d60bbeff05db38a07dfa1918d30477d66336c.tar.bz2 | |
hub v1.12.0
Closes #27104.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hub.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index 10534520b..9db1952b6 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.11.2.tar.gz' - sha1 '0fa36e9a87c8990aca11f7e0b0e65c3a946686c1' + url 'https://github.com/github/hub/archive/v1.12.0.tar.gz' + sha1 '195b7c92b49286623baa4d01ab53b8a898b484a2' head 'https://github.com/github/hub.git' option 'without-completions', 'Disable bash/zsh completions' |
