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 05c324dcb..bc033e8d8 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.8.0' + url 'https://github.com/defunkt/hub/tarball/v1.8.1' homepage 'https://github.com/defunkt/hub#readme' head 'https://github.com/defunkt/hub.git' - md5 '66476abc43e3d0a9ad4e4675e6e3ca0c' + md5 'e552caf1af3b4d007fd5d19ef25cc682' def install system "rake", "install", "prefix=#{prefix}" |
