aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJannis Leidel2010-08-09 10:09:34 +0200
committerDavid Höppner2010-08-09 12:09:01 +0200
commit6ed4930d4b488a3d016974f820e486e5d38e009c (patch)
treee9c99d9f8649ce86175e499dbe14fab3341a783f /Library/Formula
parentd8708808cd1d4cbb60a17232f4dde37ef05f88af (diff)
downloadhomebrew-6ed4930d4b488a3d016974f820e486e5d38e009c.tar.bz2
Updated hub formula to 1.4.1.
Signed-off-by: David Höppner <0xffea@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 47220f454..cee9711e6 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.3.2'
+ url 'http://github.com/defunkt/hub/tarball/v1.4.1'
homepage 'http://github.com/defunkt/hub'
- md5 '2b7b253a7ee6cba126d9965834b3aa70'
+ md5 '0b62ab79ac10962cab08bdb47c9f9d34'
def install
system "rake", "install", "prefix=#{prefix}"