diff options
| author | Chris Wanstrath | 2010-01-23 17:17:11 -0700 |
|---|---|---|
| committer | Max Howell | 2010-01-24 13:24:02 +0000 |
| commit | 65ba7eb34550ddcae3b327c2b84587234ef90d6f (patch) | |
| tree | 3672efb495cc539a08dc3d1fe01f14eae7ceb3f2 /Library | |
| parent | 118742b413b845f85272fdc08335900e85071911 (diff) | |
| download | homebrew-65ba7eb34550ddcae3b327c2b84587234ef90d6f.tar.bz2 | |
Update hub to 0.3.0
Closes #543
Diffstat (limited to 'Library')
| -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 c6a0c4cfd..9265beb15 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -1,14 +1,14 @@ require 'formula' class Hub <Formula - head 'git://github.com/defunkt/hub.git', :tag => '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 |
