aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hub.rb
diff options
context:
space:
mode:
authorMislav Marohnić2011-05-13 18:34:31 -0700
committerAdam Vandenberg2011-05-15 16:43:05 -0700
commitd6c83e398a134465e94b413fa4305d8d3910287d (patch)
tree406fb8e8a90790d70826e468523545a646461887 /Library/Formula/hub.rb
parentc4e351aa2bddcce7a9486246ef97c6c44d7a78a4 (diff)
downloadhomebrew-d6c83e398a134465e94b413fa4305d8d3910287d.tar.bz2
hub 1.6.1
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/hub.rb')
-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 150dd2307..f00a0ba37 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.0'
+ url 'https://github.com/defunkt/hub/tarball/v1.6.1'
homepage 'https://github.com/defunkt/hub'
head 'git://github.com/defunkt/hub.git'
- md5 '6347bee90f0ae5b7b7fc5c9e971f61b8'
+ md5 'a1e87ad54076f075f5d337ff8e0cc144'
def install
system "rake", "install", "prefix=#{prefix}"