aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hub.rb
diff options
context:
space:
mode:
authorJoshua Peek2010-02-17 17:43:48 -0600
committerAdam Vandenberg2010-02-17 16:01:22 -0800
commit43cf2d1cebd5eb61e943e6d6eaf07a288fd4f563 (patch)
tree4e5c10db8a5b0ce8c8a0b69554aac6e911c3cd85 /Library/Formula/hub.rb
parentcdab2fcd53d034e098e3ddf6d165f8916c130a2d (diff)
downloadhomebrew-43cf2d1cebd5eb61e943e6d6eaf07a288fd4f563.tar.bz2
Upgrade hub to v0.3.2
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 c6f84a46d..80ece9fd6 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/v0.3.0'
+ url 'http://github.com/defunkt/hub/tarball/v0.3.2'
homepage 'http://github.com/defunkt/hub'
- md5 'f77c39cc69c5e9e909608a7580b0feaf'
+ md5 'e87f8e0c28232acbec75cb7645548def'
def install
system "rake", "install", "prefix=#{prefix}"