From dc557c4f4e20480ce5fd680fb8f53828ed3216fc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Mon, 20 Sep 2021 07:08:11 +0000 Subject: [PATCH] vert.x: update 4.1.4 bottle. --- Formula/vert.x.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/vert.x.rb b/Formula/vert.x.rb index f31568189f3..3d00ac9729f 100644 --- a/Formula/vert.x.rb +++ b/Formula/vert.x.rb @@ -11,7 +11,7 @@ class VertX < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "b796f03d73c930fefda251c6725b25de39114f10834307605d3d46effce6ce14" + sha256 cellar: :any_skip_relocation, all: "a1915cef1b2d7af77c9dd20f1009eace2af71e3881c53a0c151561542062cb4c" end depends_on "openjdk"