summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3b7b5c091c8..5b0efdac9732 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Feb 4 02:06:45 UTC 2019
+# Fri Jul 19 23:42:49 UTC 2019
pkgbase = liquibase
pkgdesc = VCS source control tailored for database management
- pkgver = 3.6.3
+ pkgver = 3.7.0
pkgrel = 1
url = http://www.liquibase.org/
arch = any
@@ -10,9 +10,11 @@ pkgbase = liquibase
depends = java-environment
depends = slf4j
options = !strip
- source = https://github.com/liquibase/liquibase/releases/download/liquibase-parent-3.6.3/liquibase-3.6.3-bin.tar.gz
+ source = https://github.com/liquibase/liquibase/releases/download/liquibase-parent-3.7.0/liquibase-3.7.0-bin.tar.gz
source = liquibase.profile
- sha256sums = ece41287cc8fae585d16222e49df9c49946a470f37cacf55fa40327cdeb6c215
+ md5sums = eef83cacffbd8c2dab80d9148c07291d
+ md5sums = b3268584574dcd61a552e7cb7a968bae
+ sha256sums = 2e22a54f14d3b3036bfca5baee381e2cbffd6b90b7ba397e8c2761d9f2493f1e
sha256sums = 7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0
pkgname = liquibase
diff --git a/PKGBUILD b/PKGBUILD
index 461fb9a3eb62..9d2a81b10612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
set -u
pkgname='liquibase'
-pkgver='3.6.3'
+pkgver='3.7.0'
pkgrel='1'
pkgdesc='VCS source control tailored for database management'
arch=('any')
@@ -15,7 +15,9 @@ _verwatch=("${_giturl}/releases.atom" '\s\+<link rel="alternate" type="text/html
options=('!strip')
source=("https://github.com/liquibase/${pkgname}/releases/download/liquibase-parent-${pkgver}/liquibase-${pkgver}-bin.tar.gz"
"liquibase.profile")
-sha256sums=('ece41287cc8fae585d16222e49df9c49946a470f37cacf55fa40327cdeb6c215'
+md5sums=('eef83cacffbd8c2dab80d9148c07291d'
+ 'b3268584574dcd61a552e7cb7a968bae')
+sha256sums=('2e22a54f14d3b3036bfca5baee381e2cbffd6b90b7ba397e8c2761d9f2493f1e'
'7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0')
package() {