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 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' |
