diff options
| author | Joshua Peek | 2010-02-12 09:41:25 -0600 |
|---|---|---|
| committer | Joshua Peek | 2010-02-12 09:41:25 -0600 |
| commit | 6a8717af140650b7a1a8910deaf9cfd69c2f19a5 (patch) | |
| tree | 2f7372a73a0f1d72277635cfbed7eab882ca66d2 /Library/Formula | |
| parent | c1679de4e389a10f61a74009bb851e3d37c660ad (diff) | |
| download | homebrew-6a8717af140650b7a1a8910deaf9cfd69c2f19a5.tar.bz2 | |
Download hub tar instead of git cloning.
Also fixes version issue.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hub.rb | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index 6659b94bd..c6f84a46d 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -1,15 +1,9 @@ require 'formula' class Hub <Formula - head 'git://github.com/defunkt/hub.git', :tag => 'v0.3.0' + url 'http://github.com/defunkt/hub/tarball/v0.3.0' homepage 'http://github.com/defunkt/hub' - - def initialize(*args) - super - - # Force version instead of HEAD - @version = '0.3.0' - end + md5 'f77c39cc69c5e9e909608a7580b0feaf' def install system "rake", "install", "prefix=#{prefix}" |
