Vert.x 2.1.1
Closes Homebrew/homebrew#30547. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
3c966646db
commit
2f059def08
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.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"]
|
||||
|
|
Loading…
Reference in a new issue