aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hub.rb
diff options
context:
space:
mode:
authorMislav Marohnić2012-05-08 15:38:54 +0200
committerAdam Vandenberg2012-05-08 06:51:36 -0700
commitb2e6ba86cdaf89142e69c15b0063801bd55f2f16 (patch)
treed3ac8d556104faefb93d311fe33a8b68e51d92cb /Library/Formula/hub.rb
parentfc9dfa46e7fa354b12024c58aef90cfa13be599f (diff)
downloadhomebrew-b2e6ba86cdaf89142e69c15b0063801bd55f2f16.tar.bz2
hub 1.10
Bugfixes & now with `hub merge` command! 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 bd117f725..30a295705 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.9.0'
+ url 'https://github.com/defunkt/hub/tarball/v1.10.0'
homepage 'http://defunkt.io/hub/'
head 'https://github.com/defunkt/hub.git'
- md5 '0f3b500947d0e9793d65f6b1b529b1c7'
+ md5 '7d15ba52525844367fd668cd54e658f8'
def install
system "rake", "install", "prefix=#{prefix}"