vert.x 2.1M2

Closes Homebrew/homebrew#25370.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Taro FURUKAWA 2013-12-21 11:49:17 +09:00 committed by Jack Nagel
parent 4581e47c5d
commit e8950ae6fb

View file

@ -2,8 +2,9 @@ require 'formula'
class VertX < Formula
homepage 'http://vertx.io/'
url 'http://dl.bintray.com/vertx/downloads/vert.x-2.0.2-final.tar.gz'
sha1 'fc8cce1d3fca9eeac90e15e6338f83c01ca1d44a'
url 'http://dl.bintray.com/vertx/downloads/vert.x-2.1M2.tar.gz'
sha1 'eedfe222212287749b01a3dd53cb8224d896ee1a'
version '2.1M2'
def install
rm_f Dir["bin/*.bat"]