aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMislav Marohnić2011-11-24 04:32:13 +0100
committerAdam Vandenberg2011-11-23 19:39:33 -0800
commit8f6e4d3f43b8898f00fe3fda5694b62249d27f1d (patch)
treec17b6b0a28a075cb6e7f82e996a7df6c31f67958 /Library/Formula
parent52523c30e93e96c6c0a60cb314097e07641b70bb (diff)
downloadhomebrew-8f6e4d3f43b8898f00fe3fda5694b62249d27f1d.tar.bz2
hub v1.7.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hub.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hub.rb b/Library/Formula/hub.rb
index 177db24d7..6b3889ff5 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.6.1'
+ url 'https://github.com/defunkt/hub/tarball/v1.7.0'
homepage 'https://github.com/defunkt/hub'
head 'https://github.com/defunkt/hub.git'
- md5 'a1e87ad54076f075f5d337ff8e0cc144'
+ md5 '90a9e0360afcc62d126724d78d0bb7ac'
def install
system "rake", "install", "prefix=#{prefix}"