diff options
Diffstat (limited to 'Library/Formula/vert.x.rb')
| -rw-r--r-- | Library/Formula/vert.x.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/vert.x.rb b/Library/Formula/vert.x.rb index d518a25cd..add358d84 100644 --- a/Library/Formula/vert.x.rb +++ b/Library/Formula/vert.x.rb @@ -2,8 +2,8 @@ require 'formula' class VertX < Formula homepage 'http://vertx.io/' - url 'http://dl.bintray.com/vertx/downloads/vert.x-2.1RC2.tar.gz' - sha1 'c8f8f2e5c7fdcffd460a7c0be980cdcfa9867f33' + url 'http://dl.bintray.com/vertx/downloads/vert.x-2.1RC3.tar.gz' + sha1 'a45e0d468262c7bc9308771e46bd1f318f2dabb6' def install rm_f Dir["bin/*.bat"] |
