diff options
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 76e8421a7..7610a9912 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.0.tar.gz' - sha1 'fea06d242af3be473b78bb738a04afc11ca4df21' + url 'https://github.com/github/hub/archive/v1.11.1.tar.gz' + sha1 '1b7f1224be6ca0f88a9bfacd686cb2a20cc6fbef' head 'https://github.com/github/hub.git' option 'without-completions', 'Disable bash/zsh completions' |
