diff options
| -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 1ef38dfaf..150dd2307 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -1,10 +1,10 @@ require 'formula' class Hub < Formula - url 'https://github.com/defunkt/hub/tarball/v1.5.1' + url 'https://github.com/defunkt/hub/tarball/v1.6.0' homepage 'https://github.com/defunkt/hub' head 'git://github.com/defunkt/hub.git' - md5 'a2e86a15fc58399544e7c3e749ac642f' + md5 '6347bee90f0ae5b7b7fc5c9e971f61b8' def install system "rake", "install", "prefix=#{prefix}" |
