Commit 87bead7
committed
liquibase: update livecheck
The existing `livecheck` block for `liquibase` is returning an
`Unable to get versions` error, as the URL now redirects to
https://www.liquibase.com/download-pro and that page links to a Pro
tarball instead of the OSS distribution that the formula uses. The OSS
download page can be found at https://www.liquibase.com/download-oss
but the tarball link is hosted on package.liquibase.com, not GitHub.
This resolves the issue by updating the `livecheck` block to simply
use the `GithubLatest` strategy, as the formula is using a GitHub
release asset.1 parent f9b369d commit 87bead7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments