From 1862b5deb8d4ca6189335f459335d3ee548f3b10 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Nov 2024 12:35:41 +0000 Subject: [PATCH 1/2] flyway 10.21.0 --- Formula/f/flyway.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/f/flyway.rb b/Formula/f/flyway.rb index a65870e5c7a2f..0ea14200303bd 100644 --- a/Formula/f/flyway.rb +++ b/Formula/f/flyway.rb @@ -1,8 +1,8 @@ class Flyway < Formula desc "Database version control to control migrations" homepage "https://flywaydb.org/" - url "https://search.maven.org/remotecontent?filepath=org/flywaydb/flyway-commandline/10.20.1/flyway-commandline-10.20.1.tar.gz" - sha256 "9ed15a5f0177113847c51eeba408af4d10cde1b812d65d11145caf6ecffc7711" + url "https://search.maven.org/remotecontent?filepath=org/flywaydb/flyway-commandline/10.21.0/flyway-commandline-10.21.0.tar.gz" + sha256 "2627c4f1cdd392beb6d16bc954e269f45369b64099d28246a87d9b9e449cb905" license "Apache-2.0" livecheck do From c3aaac5ea6423a855e26f9a1742a3d824ed6e3c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:03:29 +0000 Subject: [PATCH 2/2] flyway: update 10.21.0 bottle. --- Formula/f/flyway.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/f/flyway.rb b/Formula/f/flyway.rb index 0ea14200303bd..a850004c8ef1d 100644 --- a/Formula/f/flyway.rb +++ b/Formula/f/flyway.rb @@ -11,7 +11,7 @@ class Flyway < Formula end bottle do - sha256 cellar: :any_skip_relocation, all: "c75d0b2d36763940d9abe027f9d90a66f0a2e7bfb886ba12249ce077bb9cc959" + sha256 cellar: :any_skip_relocation, all: "57fef8124dc5fb273b841b4d3fe2bd24777ff26839366335e1d9bb388da88ba2" end depends_on "openjdk"