diff options
| author | Chris Wanstrath | 2010-03-05 18:57:36 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-03-05 23:18:01 -0800 |
| commit | 83cc5851a2af7669859ce139b2dd87c9aa4f6ea2 (patch) | |
| tree | 510d174067faeaf1d5ac8f9c27134a92932e016f /Library/Formula/hub.rb | |
| parent | 9db7c966e24291fcbf5ea1cf8d3d52d76f68fde3 (diff) | |
| download | homebrew-83cc5851a2af7669859ce139b2dd87c9aa4f6ea2.tar.bz2 | |
hub 1.0.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/hub.rb')
| -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 80ece9fd6..01e215b56 100644 --- a/Library/Formula/hub.rb +++ b/Library/Formula/hub.rb @@ -1,9 +1,9 @@ require 'formula' class Hub <Formula - url 'http://github.com/defunkt/hub/tarball/v0.3.2' + url 'http://github.com/defunkt/hub/tarball/v1.0.1' homepage 'http://github.com/defunkt/hub' - md5 'e87f8e0c28232acbec75cb7645548def' + md5 'c838f7419173cc646a5b355307c5c1c7' def install system "rake", "install", "prefix=#{prefix}" |
