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