summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2019-02-03 21:06:45 -0500
committerChris Severance2019-02-03 21:06:45 -0500
commitbb0166fa8259f0065ca056eddd47ec9508eae67d (patch)
tree94f6f23ccb03e6d57ed1b07a8b8441fa9148e792
parent01d3461a7019cceed66650933ccf39bcff40ada5 (diff)
downloadaur-bb0166fa8259f0065ca056eddd47ec9508eae67d.tar.gz
autu: Update to 3.6.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bc65dc25ffec..a3b7b5c091c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jul 9 04:07:19 UTC 2018
+# Mon Feb 4 02:06:45 UTC 2019
pkgbase = liquibase
pkgdesc = VCS source control tailored for database management
- pkgver = 3.6.2
+ pkgver = 3.6.3
pkgrel = 1
url = http://www.liquibase.org/
arch = any
@@ -10,9 +10,9 @@ pkgbase = liquibase
depends = java-environment
depends = slf4j
options = !strip
- source = https://github.com/liquibase/liquibase/releases/download/liquibase-parent-3.6.2/liquibase-3.6.2-bin.tar.gz
+ source = https://github.com/liquibase/liquibase/releases/download/liquibase-parent-3.6.3/liquibase-3.6.3-bin.tar.gz
source = liquibase.profile
- sha256sums = dd6d6c81b7ed6c75ee32d51bb53b3449fe2a695684965e36014ff70ea65c3ea5
+ sha256sums = ece41287cc8fae585d16222e49df9c49946a470f37cacf55fa40327cdeb6c215
sha256sums = 7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0
pkgname = liquibase
diff --git a/PKGBUILD b/PKGBUILD
index 00fc528db718..461fb9a3eb62 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
-# $Id$
# Maintainer: Chris Severance aur.severach aATt spamgourmet dott com
# Contributor: Andreas Pieber <anpieber@gmail.com>
set -u
pkgname='liquibase'
-pkgver='3.6.2'
+pkgver='3.6.3'
pkgrel='1'
pkgdesc='VCS source control tailored for database management'
arch=('any')
@@ -16,7 +15,7 @@ _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=('dd6d6c81b7ed6c75ee32d51bb53b3449fe2a695684965e36014ff70ea65c3ea5'
+sha256sums=('ece41287cc8fae585d16222e49df9c49946a470f37cacf55fa40327cdeb6c215'
'7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0')
package() {