aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMislav Marohnić2012-05-28 19:52:47 +0200
committerAdam Vandenberg2012-05-28 11:06:54 -0700
commit2927649c4eba7a093e709fcd82b50a64423417b0 (patch)
treee718107a00f2acdc16fe1fad502d255fdee6c0e2 /Library/Formula
parent76e42869ab04f561dd4631e29041f69ef23e4b11 (diff)
downloadhomebrew-2927649c4eba7a093e709fcd82b50a64423417b0.tar.bz2
hub 1.10.1
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 30a295705..e3b04955f 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.10.0'
+ url 'https://github.com/defunkt/hub/tarball/v1.10.1'
homepage 'http://defunkt.io/hub/'
head 'https://github.com/defunkt/hub.git'
- md5 '7d15ba52525844367fd668cd54e658f8'
+ md5 'd3ff9bcf489466a408020867b77f1d4d'
def install
system "rake", "install", "prefix=#{prefix}"