Skip to content

Commit 5d0d97c

Browse files
authored
Merge pull request Homebrew#230392 from Homebrew/bump-flyway-11.10.3
flyway 11.10.3
2 parents 1672d75 + 8eb2eb9 commit 5d0d97c

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,12 +1,12 @@
11
class Flyway < Formula
22
desc "Database version control to control migrations"
33
homepage "https://www.red-gate.com/products/flyway/community/"
4-
url "https://github.com/flyway/flyway/releases/download/flyway-11.10.2/flyway-commandline-11.10.2.tar.gz"
5-
sha256 "d51fc28303d5dbaeaf0b8f8b3bc1d964d36b7d60d98d79b51eda557200c3c410"
4+
url "https://github.com/flyway/flyway/releases/download/flyway-11.10.3/flyway-commandline-11.10.3.tar.gz"
5+
sha256 "b4fc825a41afbaba4ee2aa56fa7a0e4b9e415442a76ff3e1cbaec28cb9d9efef"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "52de5a7137594ef79bac3bcb5cd079c9ee23dc57310df290c9433f2bb9b63b66"
9+
sha256 cellar: :any_skip_relocation, all: "c4380e623b176a6ed26d31e177b50bfc0a3b5b546a28dce209c63ed1257f9014"
1010
end
1111

1212
depends_on "openjdk"

0 commit comments

Comments
 (0)