From 336c5cf0c62824b5dddd44d6050ec6690618586f Mon Sep 17 00:00:00 2001 From: Mislav Marohnić Date: Thu, 22 Nov 2012 19:58:28 +0100 Subject: hub 1.10.3 Closes #16197. Signed-off-by: Adam Vandenberg --- Library/Formula/hub.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index 3afdc0fc1..b70aa0968 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -1,11 +1,12 @@ require 'formula' class Hub < Formula - url 'https://github.com/defunkt/hub/tarball/v1.10.2' homepage 'http://defunkt.io/hub/' - head 'https://github.com/defunkt/hub.git' + url 'https://github.com/defunkt/hub/tarball/v1.10.3' sha1 '7520d264249573d7f72c443f1144b67cc645ab9b' + head 'https://github.com/defunkt/hub.git' + def install system rake_bin, "install", "prefix=#{prefix}" (prefix+'etc/bash_completion.d').install 'etc/hub.bash_completion.sh' -- cgit v1.2.3