vert.x 3.4.1

Update the vert.x formula to 3.4.1.
This commit is contained in:
Clement Escoffier 2017-03-16 10:50:35 +01:00 committed by FX Coudert
parent 603d7d394b
commit 0426562830

View file

@ -1,8 +1,8 @@
class VertX < Formula
desc "Toolkit for building reactive applications on the JVM."
homepage "http://vertx.io/"
url "https://dl.bintray.com/vertx/downloads/vert.x-3.4.0-full.tar.gz"
sha256 "dfd8bacc19c6a0c40c98cf557eabb688692ead0be749ba2f1200505eb490d3b0"
url "https://dl.bintray.com/vertx/downloads/vert.x-3.4.1-full.tar.gz"
sha256 "be0c1423845333e72d4fd25c9884211d17837a5afd1b3a32f18875d33319a1b1"
bottle :unneeded
depends_on :java => "1.8+"