vert.x 2.1.4

Closes Homebrew/homebrew#33682.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Matt O'Donnell 2014-10-28 16:05:24 -04:00 committed by Jack Nagel
parent 3f762b63c6
commit 051bf93184

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.2.tar.gz'
sha1 'e0c49eef14f306ac9549b6f8b3ed8430b08a1cc0'
url 'http://dl.bintray.com/vertx/downloads/vert.x-2.1.4.tar.gz'
sha1 '91414ee4c427bb7b4613de78d2eaaa511c41919c'
def install
rm_f Dir["bin/*.bat"]