aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hub.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-04-07 10:42:05 -0700
committerAdam Vandenberg2010-04-07 10:42:05 -0700
commit10d2bbf52ffc6c669909fdd74e26e7fb26b373b9 (patch)
tree40c2d88b6304fc135ca8ed5749ed9850a25a7f1a /Library/Formula/hub.rb
parentcefbd174e9c6907a32c92d75cfea513b1d16eb51 (diff)
downloadhomebrew-10d2bbf52ffc6c669909fdd74e26e7fb26b373b9.tar.bz2
Update hub to 1.1.0
Diffstat (limited to 'Library/Formula/hub.rb')
-rw-r--r--Library/Formula/hub.rb7
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb
index 204040728..bb54b49e4 100644
--- a/Library/Formula/hub.rb
+++ b/Library/Formula/hub.rb
@@ -1,11 +1,12 @@
require 'formula'
class Hub <Formula
- url 'http://github.com/defunkt/hub/tarball/v1.0.2'
+ url 'http://github.com/defunkt/hub/raw/gh-pages/standalone'
homepage 'http://github.com/defunkt/hub'
- md5 '4e31316783e53ba200580d6557bb9314'
+ version '1.1.0'
+ md5 '4f5e4dec0663fb33aa3e8e46edbfce5a'
def install
- system "rake", "install", "prefix=#{prefix}"
+ bin.install 'standalone' => 'hub'
end
end