hub 1.8.2
Closes Homebrew/homebrew#10033. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
e72f962958
commit
dbc4987663
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue