From f82133151e291aacc561d6b6383ac2e75a13631a Mon Sep 17 00:00:00 2001 From: Mislav Marohnić Date: Tue, 3 Jan 2012 03:10:09 +0100 Subject: hub v1.8.0 Signed-off-by: Adam Vandenberg --- Library/Formula/hub.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index 6b3889ff5..05c324dcb 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.7.0' - homepage 'https://github.com/defunkt/hub' + url 'https://github.com/defunkt/hub/tarball/v1.8.0' + homepage 'https://github.com/defunkt/hub#readme' head 'https://github.com/defunkt/hub.git' - md5 '90a9e0360afcc62d126724d78d0bb7ac' + md5 '66476abc43e3d0a9ad4e4675e6e3ca0c' def install system "rake", "install", "prefix=#{prefix}" -- cgit v1.2.3