mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
databases/liquibase: Update to 4.3.5
Accumulated changeLog: https://github.com/liquibase/liquibase/blob/master/changelog.txt#L4 PR: 256425 Reported by: meka@tilda.center
This commit is contained in:
parent
c108a88a73
commit
d76d0ac67b
3 changed files with 9 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
||||
|
||||
PORTNAME= liquibase
|
||||
PORTVERSION= 3.8.1
|
||||
PORTVERSION= 4.3.5
|
||||
CATEGORIES= databases java
|
||||
MASTER_SITES= https://github.com/liquibase/liquibase/releases/download/v${PORTVERSION}/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1573080630
|
||||
SHA256 (liquibase-3.8.1.tar.gz) = 11e5cbb7f5b92aa41e79154708a5f8d33083ecb890b27d5e9f9d56b24f7478e9
|
||||
SIZE (liquibase-3.8.1.tar.gz) = 7300065
|
||||
TIMESTAMP = 1621844103
|
||||
SHA256 (liquibase-4.3.5.tar.gz) = 5ce62afa9efa5c5b7b8f8a31302959a31e70b1a5ee579a2f701ea464984c0655
|
||||
SIZE (liquibase-4.3.5.tar.gz) = 6873433
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
bin/liquibase
|
||||
%%DATADIR%%/commons-cli-1.4.jar
|
||||
%%DATADIR%%/jaxb-api-2.2.11.jar
|
||||
%%DATADIR%%/jaxb-core-2.2.11.jar
|
||||
%%DATADIR%%/jaxb-impl-2.2.11.jar
|
||||
%%DATADIR%%/h2-1.4.200.jar
|
||||
%%DATADIR%%/jaxb-api-2.3.0.jar
|
||||
%%DATADIR%%/jaxb-core-2.3.0.jar
|
||||
%%DATADIR%%/jaxb-impl-2.3.0.jar
|
||||
%%DATADIR%%/liquibase.jar
|
||||
%%DATADIR%%/logback-classic-1.2.3.jar
|
||||
%%DATADIR%%/logback-core-1.2.3.jar
|
||||
%%DATADIR%%/slf4j-api-1.7.28.jar
|
||||
%%DATADIR%%/snakeyaml-1.24.jar
|
||||
%%DATADIR%%/snakeyaml-1.27.jar
|
||||
|
|
Loading…
Add table
Reference in a new issue