We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f27369b + 635a6d9 commit e432448Copy full SHA for e432448
Formula/l/liquibase.rb
@@ -2,7 +2,7 @@ class Liquibase < Formula
2
desc "Library for database change tracking"
3
homepage "https://www.liquibase.org/"
4
# NOTE: Do not bump to v5.0.0+ as license changed to FSL-1.1-ALv2
5
- url "https://package.liquibase.com/downloads/liquibase/homebrew/liquibase-4.33.0.tar.gz"
+ url "https://github.com/liquibase/liquibase/releases/download/v4.33.0/liquibase-4.33.0.tar.gz"
6
sha256 "689acfcdc97bad0d4c150d1efab9c851e251b398cb3d6326f75e8aafe40ed578"
7
license "Apache-2.0"
8
revision 1
0 commit comments