Skip to content

Commit d6f8cd2

Browse files
authored
Merge pull request #196964 from Homebrew/bump-flyway-10.21.0
flyway 10.21.0
2 parents d33e17e + c3aaac5 commit d6f8cd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/f/flyway.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Flyway < Formula
22
desc "Database version control to control migrations"
33
homepage "https://flywaydb.org/"
4-
url "https://search.maven.org/remotecontent?filepath=org/flywaydb/flyway-commandline/10.20.1/flyway-commandline-10.20.1.tar.gz"
5-
sha256 "9ed15a5f0177113847c51eeba408af4d10cde1b812d65d11145caf6ecffc7711"
4+
url "https://search.maven.org/remotecontent?filepath=org/flywaydb/flyway-commandline/10.21.0/flyway-commandline-10.21.0.tar.gz"
5+
sha256 "2627c4f1cdd392beb6d16bc954e269f45369b64099d28246a87d9b9e449cb905"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,7 +11,7 @@ class Flyway < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, all: "c75d0b2d36763940d9abe027f9d90a66f0a2e7bfb886ba12249ce077bb9cc959"
14+
sha256 cellar: :any_skip_relocation, all: "57fef8124dc5fb273b841b4d3fe2bd24777ff26839366335e1d9bb388da88ba2"
1515
end
1616

1717
depends_on "openjdk"

0 commit comments

Comments
 (0)