Skip to content

Commit e432448

Browse files
authored
Merge pull request #251180 from Homebrew/liquibase-mirror
liquibase: use github artifact as `liquibase-4.33.0.tar.gz` no longer exists in `package.liquibase.com`
2 parents f27369b + 635a6d9 commit e432448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/l/liquibase.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ class Liquibase < Formula
22
desc "Library for database change tracking"
33
homepage "https://www.liquibase.org/"
44
# 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"
5+
url "https://github.com/liquibase/liquibase/releases/download/v4.33.0/liquibase-4.33.0.tar.gz"
66
sha256 "689acfcdc97bad0d4c150d1efab9c851e251b398cb3d6326f75e8aafe40ed578"
77
license "Apache-2.0"
88
revision 1

0 commit comments

Comments
 (0)