diff options
Diffstat (limited to 'Library/Formula')
| -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 add358d84..e8085c9ed 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.1RC3.tar.gz' - sha1 'a45e0d468262c7bc9308771e46bd1f318f2dabb6' + url 'http://dl.bintray.com/vertx/downloads/vert.x-2.1.tar.gz' + sha1 '77d4eff1ee042774a4c0e313a71db921d8ce12fa' def install rm_f Dir["bin/*.bat"] |
