Update hub to 1.1.0
This commit is contained in:
parent
5cca873b06
commit
80f4fe18c3
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
require 'formula'
|
||||
|
||||
class Hub <Formula
|
||||
url 'http://github.com/defunkt/hub/tarball/v1.0.2'
|
||||
url 'http://github.com/defunkt/hub/raw/gh-pages/standalone'
|
||||
homepage 'http://github.com/defunkt/hub'
|
||||
md5 '4e31316783e53ba200580d6557bb9314'
|
||||
version '1.1.0'
|
||||
md5 '4f5e4dec0663fb33aa3e8e46edbfce5a'
|
||||
|
||||
def install
|
||||
system "rake", "install", "prefix=#{prefix}"
|
||||
bin.install 'standalone' => 'hub'
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue