Skip to content

Commit 88e7902

Browse files
authored
Merge pull request #196986 from liquibot/update-liquibase.rb-1731000510
liquibase 4.30.0
2 parents f867d55 + 082149e commit 88e7902

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Formula/l/liquibase.rb

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Liquibase < Formula
22
desc "Library for database change tracking"
33
homepage "https://www.liquibase.org/"
4-
url "https://github.com/liquibase/liquibase/releases/download/v4.29.2/liquibase-4.29.2.tar.gz"
5-
sha256 "1d017a206a95ab3076a52f660679c2d80b9f2174942cb0715e35d53931e20ee9"
4+
url "https://github.com/liquibase/liquibase/releases/download/v4.30.0/liquibase-4.30.0.tar.gz"
5+
sha256 "184ffd609518091da42d6cd75e883b4f6ff1763cce8883e95fc99f7f05ca262d"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,14 +11,12 @@ class Liquibase < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "089b8379fbd8bc9e5a04a86fa3afdbfb095d866904b683a440647ca12b2a4698"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "089b8379fbd8bc9e5a04a86fa3afdbfb095d866904b683a440647ca12b2a4698"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "089b8379fbd8bc9e5a04a86fa3afdbfb095d866904b683a440647ca12b2a4698"
17-
sha256 cellar: :any_skip_relocation, arm64_monterey: "089b8379fbd8bc9e5a04a86fa3afdbfb095d866904b683a440647ca12b2a4698"
18-
sha256 cellar: :any_skip_relocation, sonoma: "c3ebbe6c16c115e2d2b26787a8d6ca49e3781ac8b88a06d5b30afe581a7f71af"
19-
sha256 cellar: :any_skip_relocation, ventura: "c3ebbe6c16c115e2d2b26787a8d6ca49e3781ac8b88a06d5b30afe581a7f71af"
20-
sha256 cellar: :any_skip_relocation, monterey: "c3ebbe6c16c115e2d2b26787a8d6ca49e3781ac8b88a06d5b30afe581a7f71af"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "089b8379fbd8bc9e5a04a86fa3afdbfb095d866904b683a440647ca12b2a4698"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "606c75d13563d8e5047ddfd6471046f2340ac8bccf13dfa615807d1a4d35e61f"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "606c75d13563d8e5047ddfd6471046f2340ac8bccf13dfa615807d1a4d35e61f"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "606c75d13563d8e5047ddfd6471046f2340ac8bccf13dfa615807d1a4d35e61f"
17+
sha256 cellar: :any_skip_relocation, sonoma: "084fbd7347d0735853ce3f6070cbfbef585de73c1eebd4cbdf9b88e8f4a86a31"
18+
sha256 cellar: :any_skip_relocation, ventura: "084fbd7347d0735853ce3f6070cbfbef585de73c1eebd4cbdf9b88e8f4a86a31"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "606c75d13563d8e5047ddfd6471046f2340ac8bccf13dfa615807d1a4d35e61f"
2220
end
2321

2422
depends_on "openjdk"

0 commit comments

Comments
 (0)