diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/vert.x.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/vert.x.rb b/Library/Formula/vert.x.rb index 2bdf6f4e8..77adb8f6f 100644 --- a/Library/Formula/vert.x.rb +++ b/Library/Formula/vert.x.rb @@ -2,9 +2,8 @@ require 'formula' class VertX < Formula homepage 'http://vertx.io/' - url 'http://dl.bintray.com/vertx/downloads/vert.x-2.1M5.tar.gz' - sha1 '29695bdce55908823423596aeca344bc142c31cb' - version '2.1M5' + url 'http://dl.bintray.com/vertx/downloads/vert.x-2.1RC1.tar.gz' + sha1 'c3dd58f8266470fc17194d4c73993a871f171614' def install rm_f Dir["bin/*.bat"] |
