Skip to content

Commit

Permalink
vert.x 2.0.0
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#21354.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
jdivy authored and adamv committed Jul 20, 2013
1 parent ee03069 commit 6c161a3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Formula/vert.x.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

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
Expand Down

0 comments on commit 6c161a3

Please sign in to comment.