hub 1.8.2

Closes Homebrew/homebrew#10033.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Mislav Marohnić 2012-02-07 21:28:16 +01:00 committed by Jack Nagel
parent e72f962958
commit dbc4987663

View file

@ -1,10 +1,10 @@
require 'formula'
class Hub < Formula
url 'https://github.com/defunkt/hub/tarball/v1.8.1'
url 'https://github.com/defunkt/hub/tarball/v1.8.2'
homepage 'https://github.com/defunkt/hub#readme'
head 'https://github.com/defunkt/hub.git'
md5 'e552caf1af3b4d007fd5d19ef25cc682'
md5 '10924032b54b9ae9ed1b42c22bfecd3f'
def install
system "rake", "install", "prefix=#{prefix}"