homebrew-core/Formula/hub.rb
Mislav Marohnić 12be7392b5 update hub to 1.5.0
Closes Homebrew/homebrew#3722.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-28 14:45:11 +00:00

11 lines
251 B
Ruby

require 'formula'
class Hub <Formula
url 'https://github.com/defunkt/hub/tarball/v1.5.0'
homepage 'https://github.com/defunkt/hub'
md5 '3e719ea33cd2b78795dbfc6f8c5e41f8'
def install
system "rake", "install", "prefix=#{prefix}"
end
end