vert.x 2.1.4
Closes Homebrew/homebrew#33682. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
3f762b63c6
commit
051bf93184
1 changed files with 2 additions and 2 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue