aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMislav Marohnić2012-01-03 03:10:09 +0100
committerAdam Vandenberg2012-01-02 19:31:46 -0800
commitf82133151e291aacc561d6b6383ac2e75a13631a (patch)
treeba85d3193947fa595b054eaed8de3729fdf587a4 /Library
parente6381ad887718f66417f1655dd7172d33f1266c2 (diff)
downloadhomebrew-f82133151e291aacc561d6b6383ac2e75a13631a.tar.bz2
hub v1.8.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hub.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb
index 6b3889ff5..05c324dcb 100644
--- a/Library/Formula/hub.rb
+++ b/Library/Formula/hub.rb
@@ -1,10 +1,10 @@
require 'formula'
class Hub < Formula
- url 'https://github.com/defunkt/hub/tarball/v1.7.0'
- homepage 'https://github.com/defunkt/hub'
+ url 'https://github.com/defunkt/hub/tarball/v1.8.0'
+ homepage 'https://github.com/defunkt/hub#readme'
head 'https://github.com/defunkt/hub.git'
- md5 '90a9e0360afcc62d126724d78d0bb7ac'
+ md5 '66476abc43e3d0a9ad4e4675e6e3ca0c'
def install
system "rake", "install", "prefix=#{prefix}"