From 65ba7eb34550ddcae3b327c2b84587234ef90d6f Mon Sep 17 00:00:00 2001 From: Chris Wanstrath Date: Sat, 23 Jan 2010 17:17:11 -0700 Subject: Update hub to 0.3.0 Closes #543 --- 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 c6a0c4cfd..9265beb15 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -1,14 +1,14 @@ require 'formula' class Hub 'v0.1.3' + head 'git://github.com/defunkt/hub.git', :tag => 'v0.3.0' homepage 'http://github.com/defunkt/hub' def initialize(*args) super # Force version instead of HEAD - @version = '0.1.3' + @version = '0.3.0' end def install -- cgit v1.2.3