aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMislav Marohnić2012-01-24 17:05:38 +0100
committerMisty De Meo2012-01-24 11:13:58 -0600
commitfa1b6a7ad0d3f7ae871803b5a6e8293e672addbd (patch)
tree78ab84ae909dc98a2807b5d9cdd5a15710ef794a /Library
parenta5065c62a4f672223a887250853a31a5aadd283f (diff)
downloadhomebrew-fa1b6a7ad0d3f7ae871803b5a6e8293e672addbd.tar.bz2
hub v1.8.1
Closes #9764. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
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 05c324dcb..bc033e8d8 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.8.0'
+ url 'https://github.com/defunkt/hub/tarball/v1.8.1'
homepage 'https://github.com/defunkt/hub#readme'
head 'https://github.com/defunkt/hub.git'
- md5 '66476abc43e3d0a9ad4e4675e6e3ca0c'
+ md5 'e552caf1af3b4d007fd5d19ef25cc682'
def install
system "rake", "install", "prefix=#{prefix}"