diff options
| author | Mislav Marohnić | 2014-02-06 00:53:43 +0100 |
|---|---|---|
| committer | Brett Koonce | 2014-02-05 19:46:42 -0600 |
| commit | ca82698586370bbd0828e43485a30e9bd761fc07 (patch) | |
| tree | 6d194856d75395c3a8e91058996fa8e61301f497 /Library/Formula | |
| parent | 4fe97cb59726c5175f9c87bfb2bd314f4ebb0786 (diff) | |
| download | homebrew-ca82698586370bbd0828e43485a30e9bd761fc07.tar.bz2 | |
hub v1.11.2
Closes #26448.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 7610a9912..9772cb380 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.1.tar.gz' - sha1 '1b7f1224be6ca0f88a9bfacd686cb2a20cc6fbef' + url 'https://github.com/github/hub/archive/v1.11.2.tar.gz' + sha1 '0fa36e9a87c8990aca11f7e0b0e65c3a946686c1' head 'https://github.com/github/hub.git' option 'without-completions', 'Disable bash/zsh completions' |
