Skip to content

Commit

Permalink
Merge pull request #156758 from BrewTestBot/bump-flyway-10.2.0
Browse files Browse the repository at this point in the history
flyway 10.2.0
  • Loading branch information
BrewTestBot authored Dec 8, 2023
2 parents 581b08f + c5d13c7 commit 716b585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/f/flyway.rb
Original file line number Diff line number Diff line change
@@ -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.1.0/flyway-commandline-10.1.0.tar.gz"
sha256 "be0bb920f0cce5f88c54a50266dad6db0a4455908abe6cc4655611b1d8ee404d"
url "https://search.maven.org/remotecontent?filepath=org/flywaydb/flyway-commandline/10.2.0/flyway-commandline-10.2.0.tar.gz"
sha256 "3dcc55b05af9b37a3585e9c91e42937d91158ff45d807cf29530bee3a88a6f4c"
license "Apache-2.0"

livecheck do
Expand All @@ -11,7 +11,7 @@ class Flyway < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, all: "a8c35d10bc7c27a4ff0b5864ff84e119b9e431b1e3a47d77eae6f91291cc7def"
sha256 cellar: :any_skip_relocation, all: "b1c2975e89ef76436974ec00524835ca42ba966fc673cdaa6f4089434588ae02"
end

depends_on "openjdk"
Expand Down

0 comments on commit 716b585

Please sign in to comment.