11class 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.31.1 /liquibase-4.31.1 .tar.gz"
5- sha256 "0555808b59941d497f0c1114c3f2225698afde11c60d191c88e449506a60a3ea "
4+ url "https://github.com/liquibase/liquibase/releases/download/v4.32.0 /liquibase-4.32.0 .tar.gz"
5+ sha256 "10910d42ae9990c95a4ac8f0a3665a24bd40d08fb264055d78b923a512774d54 "
66 license "Apache-2.0"
77
88 livecheck do
@@ -11,13 +11,13 @@ class Liquibase < Formula
1111 end
1212
1313 bottle do
14- sha256 cellar : :any_skip_relocation , arm64_sequoia : "b25c49301574fe40a67ab16d944c363dffec2de0c8ad8680835dcd44c648837b "
15- sha256 cellar : :any_skip_relocation , arm64_sonoma : "b25c49301574fe40a67ab16d944c363dffec2de0c8ad8680835dcd44c648837b "
16- sha256 cellar : :any_skip_relocation , arm64_ventura : "b25c49301574fe40a67ab16d944c363dffec2de0c8ad8680835dcd44c648837b "
17- sha256 cellar : :any_skip_relocation , sonoma : "cb951450860829e9d7ba103ca5df2a5c7ab2aef156ac9799e45fbd088374307b "
18- sha256 cellar : :any_skip_relocation , ventura : "cb951450860829e9d7ba103ca5df2a5c7ab2aef156ac9799e45fbd088374307b "
19- sha256 cellar : :any_skip_relocation , arm64_linux : "b25c49301574fe40a67ab16d944c363dffec2de0c8ad8680835dcd44c648837b "
20- sha256 cellar : :any_skip_relocation , x86_64_linux : "b25c49301574fe40a67ab16d944c363dffec2de0c8ad8680835dcd44c648837b "
14+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "41c94aa6826f3ffb843e01817c8b60b79ea54e9c61536539524b8611254d2a66 "
15+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "41c94aa6826f3ffb843e01817c8b60b79ea54e9c61536539524b8611254d2a66 "
16+ sha256 cellar : :any_skip_relocation , arm64_ventura : "41c94aa6826f3ffb843e01817c8b60b79ea54e9c61536539524b8611254d2a66 "
17+ sha256 cellar : :any_skip_relocation , sonoma : "309ba6ac0f42635065a35a15b2ea2cb996851246b0483d84266cdd9d9c3119c4 "
18+ sha256 cellar : :any_skip_relocation , ventura : "309ba6ac0f42635065a35a15b2ea2cb996851246b0483d84266cdd9d9c3119c4 "
19+ sha256 cellar : :any_skip_relocation , arm64_linux : "41c94aa6826f3ffb843e01817c8b60b79ea54e9c61536539524b8611254d2a66 "
20+ sha256 cellar : :any_skip_relocation , x86_64_linux : "41c94aa6826f3ffb843e01817c8b60b79ea54e9c61536539524b8611254d2a66 "
2121 end
2222
2323 depends_on "openjdk"
0 commit comments