vert.x 2.1RC3

Closes Homebrew/homebrew#28460.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
psoaresgit 2014-04-16 16:10:39 -07:00 committed by Adam Vandenberg
parent e7b7ac6bef
commit cd521a39af
1 changed files with 2 additions and 2 deletions

View File

@ -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"]