vert.x 3.4.1
Update the vert.x formula to 3.4.1.
This commit is contained in:
parent
603d7d394b
commit
0426562830
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
class VertX < Formula
|
class VertX < Formula
|
||||||
desc "Toolkit for building reactive applications on the JVM."
|
desc "Toolkit for building reactive applications on the JVM."
|
||||||
homepage "http://vertx.io/"
|
homepage "http://vertx.io/"
|
||||||
url "https://dl.bintray.com/vertx/downloads/vert.x-3.4.0-full.tar.gz"
|
url "https://dl.bintray.com/vertx/downloads/vert.x-3.4.1-full.tar.gz"
|
||||||
sha256 "dfd8bacc19c6a0c40c98cf557eabb688692ead0be749ba2f1200505eb490d3b0"
|
sha256 "be0c1423845333e72d4fd25c9884211d17837a5afd1b3a32f18875d33319a1b1"
|
||||||
|
|
||||||
bottle :unneeded
|
bottle :unneeded
|
||||||
depends_on :java => "1.8+"
|
depends_on :java => "1.8+"
|
||||||
|
|
Loading…
Reference in a new issue