From fa1b6a7ad0d3f7ae871803b5a6e8293e672addbd Mon Sep 17 00:00:00 2001 From: Mislav Marohnić Date: Tue, 24 Jan 2012 17:05:38 +0100 Subject: hub v1.8.1 Closes #9764. Signed-off-by: Misty De Meo --- Library/Formula/hub.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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}" -- cgit v1.2.3