aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Ivy2013-07-20 13:52:35 -0400
committerAdam Vandenberg2013-07-20 12:44:05 -0700
commit3d0b3613b8843da4158f141a741ec5d0ce1af247 (patch)
tree236838308c649f65725d7e103ead7034a3528de1 /Library/Formula
parent3f7a2eba721bf9cb4690d0aba3970c7d8c24bc2d (diff)
downloadhomebrew-3d0b3613b8843da4158f141a741ec5d0ce1af247.tar.bz2
vert.x 2.0.0
Closes #21354. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vert.x.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/vert.x.rb b/Library/Formula/vert.x.rb
index cdb3a85c6..66b5bd8cf 100644
--- a/Library/Formula/vert.x.rb
+++ b/Library/Formula/vert.x.rb
@@ -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