aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-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