From ff793e4fe51fea68752e1920fd521d6adbcb3a78 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 24 Feb 2022 01:31:50 +0000 Subject: [PATCH] flyway: update 8.5.1 bottle. --- Formula/flyway.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/flyway.rb b/Formula/flyway.rb index d89e613100e..1978c26cb87 100644 --- a/Formula/flyway.rb +++ b/Formula/flyway.rb @@ -11,7 +11,7 @@ class Flyway < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "218c42c32acd3d9ccfc6047efab848346a49ee1ed08b57338756337322cdb11e" + sha256 cellar: :any_skip_relocation, all: "08f97fbea7bccfb303d7e9ed38f16f0c33e9773a16ec115fa416c827afb57d9a" end depends_on "openjdk"