diff options
| author | Justin Weiss | 2010-04-27 12:58:30 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-04-27 13:04:56 -0700 |
| commit | 86690653942ea2f6543501042573496b641cf512 (patch) | |
| tree | e8af0c59f612f4132b6d9c67efb68bda1e23542a /Library | |
| parent | 34db1fb6d832cca69a36e99c457cba72fd9cf8d2 (diff) | |
| download | homebrew-86690653942ea2f6543501042573496b641cf512.tar.bz2 | |
Update hub to v1.2.0.
Also switched back to installing using rake, so we install the manpage.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hub.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb index bb54b49e4..e3dfee640 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -1,12 +1,12 @@ require 'formula' class Hub <Formula - url 'http://github.com/defunkt/hub/raw/gh-pages/standalone' + url 'http://github.com/defunkt/hub/tarball/v1.2.0' homepage 'http://github.com/defunkt/hub' - version '1.1.0' - md5 '4f5e4dec0663fb33aa3e8e46edbfce5a' + version '1.2.0' + md5 'df572f6f89722adf241fd6feecebc32c' def install - bin.install 'standalone' => 'hub' + system "rake", "install", "prefix=#{prefix}" end end |
