summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2016-05-11 20:52:17 -0400
committerChris Severance2016-05-11 20:52:17 -0400
commitf4c96b34ebf74389e25f935268be3a70a5f5f25f (patch)
treeb79c5de4046d67d6366f0a7e480dd201febd8fe4
parent19bfce9426a8a72f6075e6db5f37eaa8b81e50a2 (diff)
downloadaur-f4c96b34ebf74389e25f935268be3a70a5f5f25f.tar.gz
Update to 3.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc4306805116..caac0c829c00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Apr 25 13:40:54 UTC 2016
+# Thu May 12 00:52:05 UTC 2016
pkgbase = liquibase
pkgdesc = VCS source control tailored for database management
- pkgver = 3.5.0
+ pkgver = 3.5.1
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.0/liquibase-3.5.0-bin.tar.gz
+ source = https://github.com/liquibase/liquibase/releases/download/liquibase-parent-3.5.1/liquibase-3.5.1-bin.tar.gz
source = liquibase.profile
- sha256sums = 942208064b208900b8949bd9eaf50f5dd67849e87fa826dc0cb01d9da935626b
+ sha256sums = b99870efec8c779b4e279a8b0c730273f837d4b6dffd037176737ecc0641ab6b
sha256sums = 7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0
pkgname = liquibase
diff --git a/PKGBUILD b/PKGBUILD
index 1d473576564c..e1f6a2bd496f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
set -u
pkgname='liquibase'
-pkgver='3.5.0'
+pkgver='3.5.1'
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=('942208064b208900b8949bd9eaf50f5dd67849e87fa826dc0cb01d9da935626b'
+sha256sums=('b99870efec8c779b4e279a8b0c730273f837d4b6dffd037176737ecc0641ab6b'
'7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0')
package() {