summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-10-16 13:30:01 -0400
committerChris Severance2016-10-16 13:30:01 -0400
commit9066b7acb38641791dd3fc7028409f4483c9dba2 (patch)
tree3b4da3bad908f5a84422f509860259a80720f001
parentcd863e7cc4fdd298c9aff87fd667043715313cbf (diff)
downloadaur-9066b7acb38641791dd3fc7028409f4483c9dba2.tar.gz
Update to 3.5.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2972a5e0ea6d..867843e8e43d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Fri Sep 23 05:22:51 UTC 2016
+# Sun Oct 16 17:30:00 UTC 2016
pkgbase = liquibase
pkgdesc = VCS source control tailored for database management
- pkgver = 3.5.2
+ pkgver = 3.5.3
pkgrel = 1
url = http://www.liquibase.org/
arch = any
license = Apache
depends = java-environment
options = !strip
- source = https://github.com/liquibase/liquibase/releases/download/liquibase-parent-3.5.2/liquibase-3.5.2-bin.tar.gz
+ source = https://github.com/liquibase/liquibase/releases/download/liquibase-parent-3.5.3/liquibase-3.5.3-bin.tar.gz
source = liquibase.profile
- sha256sums = 15b0284e29a2661440d1c577478ec18eda2bafd3f90c583ce0a200ec3971beba
+ sha256sums = fb85d27f1ef8aef0539a74eca3b71692292f2e961171701a38ba82cdbcb39711
sha256sums = 7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0
pkgname = liquibase
diff --git a/PKGBUILD b/PKGBUILD
index e2063cccd4df..db963e4008dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
set -u
pkgname='liquibase'
-pkgver='3.5.2'
+pkgver='3.5.3'
pkgrel='1'
pkgdesc='VCS source control tailored for database management'
arch=('any')
@@ -16,7 +16,7 @@ _verwatch=("${_giturl}/releases" "${_giturl#*github.com}/releases/download/liqui
options=('!strip')
source=("https://github.com/liquibase/${pkgname}/releases/download/liquibase-parent-${pkgver}/liquibase-${pkgver}-bin.tar.gz"
"liquibase.profile")
-sha256sums=('15b0284e29a2661440d1c577478ec18eda2bafd3f90c583ce0a200ec3971beba'
+sha256sums=('fb85d27f1ef8aef0539a74eca3b71692292f2e961171701a38ba82cdbcb39711'
'7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0')
package() {