aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-07 20:46:36 -0800
committerAdam Vandenberg2010-03-07 20:46:36 -0800
commiteb7ba050b4a9312d6c3e290eb623fe9d6dd0a112 (patch)
tree61cc9d42e1e10d1a482af7313d5aa2689a046b7c /Library
parent4adeddadba6934f48709ffb247481aae4bb6f219 (diff)
downloadhomebrew-eb7ba050b4a9312d6c3e290eb623fe9d6dd0a112.tar.bz2
hub 1.0.2
Diffstat (limited to 'Library')
-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 01e215b56..204040728 100644
--- a/Library/Formula/hub.rb
+++ b/Library/Formula/hub.rb
@@ -1,9 +1,9 @@
require 'formula'
class Hub <Formula
- url 'http://github.com/defunkt/hub/tarball/v1.0.1'
+ url 'http://github.com/defunkt/hub/tarball/v1.0.2'
homepage 'http://github.com/defunkt/hub'
- md5 'c838f7419173cc646a5b355307c5c1c7'
+ md5 '4e31316783e53ba200580d6557bb9314'
def install
system "rake", "install", "prefix=#{prefix}"