diff options
| author | Mislav Marohnić | 2013-12-26 02:00:32 +0100 |
|---|---|---|
| committer | Jack Nagel | 2013-12-25 20:13:31 -0600 |
| commit | 44988d34fcd192b784aa3bb356d6deb5dc526a9e (patch) | |
| tree | bc6044a58339ee8c5224d036df4a448439d7a45c /Library/Formula | |
| parent | 0bb9915968a62911b0105f6db78ad7b378fa9bce (diff) | |
| download | homebrew-44988d34fcd192b784aa3bb356d6deb5dc526a9e.tar.bz2 | |
hub v1.11.1
Closes #25466.
Signed-off-by: Jack Nagel <jacknagel@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 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' |
