Vert.x 2.1.1

Closes Homebrew/homebrew#30547.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Pablo O Vieira 2014-06-29 19:23:16 -03:00 committed by Jack Nagel
parent 3c966646db
commit 2f059def08

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.1.tar.gz'
sha1 '77d4eff1ee042774a4c0e313a71db921d8ce12fa'
url 'http://dl.bintray.com/vertx/downloads/vert.x-2.1.1.tar.gz'
sha1 'b11d13e641e8115a8ffeff758626e950382d1a2d'
def install
rm_f Dir["bin/*.bat"]