vert.x 2.0.0
Closes Homebrew/homebrew#21354. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
ee03069bfc
commit
6c161a37c1
1 changed files with 3 additions and 4 deletions
|
@ -2,13 +2,12 @@ require 'formula'
|
|||
|
||||
class VertX < Formula
|
||||
homepage 'http://vertx.io/'
|
||||
url 'http://vert-x.github.io/vertx-downloads/downloads/vert.x-1.3.1.final.tar.gz'
|
||||
version '1.3.1'
|
||||
sha1 '734358191245baf63047264008867e69e7d56bed'
|
||||
url 'http://dl.bintray.com/vertx/downloads/vert.x-2.0.0-final.tar.gz'
|
||||
sha1 'afc65d74af1c603469869d99c7db129226ac0cbf'
|
||||
|
||||
def install
|
||||
rm_f Dir["bin/*.bat"]
|
||||
libexec.install %w[bin client conf lib examples]
|
||||
libexec.install %w[bin client conf lib]
|
||||
doc.install %w[api-docs]
|
||||
bin.install_symlink "#{libexec}/bin/vertx"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue