summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2015-11-26 18:53:48 -0500
committerChris Severance2015-11-26 18:53:48 -0500
commitf8475e5242bc93b0204f7d762ac751564d42e0a9 (patch)
tree5a1fd27922f809eb8bb6f325397f2053d6742920
parent2c0a51fb694fe556dc7eec38ece11715ffcd36e4 (diff)
downloadaur-f8475e5242bc93b0204f7d762ac751564d42e0a9.tar.gz
Update to 3.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b56c57dd570e..379ad639f5e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = liquibase
pkgdesc = VCS source control tailored for database management
- pkgver = 3.4.1
+ pkgver = 3.4.2
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.4.1/liquibase-3.4.1-bin.tar.gz
+ source = https://github.com/liquibase/liquibase/releases/download/liquibase-parent-3.4.2/liquibase-3.4.2-bin.tar.gz
source = liquibase.profile
- sha256sums = 693919918e217e7a88c5140e82f279f31f636233a62cd2108abdafa4f3ed0a02
+ sha256sums = c52f6c795169073158a30ee528b1f566ba57bb56e242cac2aa175789bec47dcf
sha256sums = 7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0
pkgname = liquibase
diff --git a/PKGBUILD b/PKGBUILD
index c3c50fdff2a8..ba0afd70ae0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
set -u
pkgname='liquibase'
-pkgver='3.4.1'
+pkgver='3.4.2'
pkgrel='1'
pkgdesc='VCS source control tailored for database management'
arch=('any')
@@ -13,11 +13,11 @@ license=('Apache')
depends=('java-environment')
_giturl="https://github.com/liquibase/${pkgname}"
_verwatch=("${_giturl}/releases" "${_giturl#*github.com}/releases/download/liquibase-parent-[^/]\+/liquibase-\([0-9\.]\+\)-bin.tar.gz" 'l')
+options=('!strip')
source=("https://github.com/liquibase/${pkgname}/releases/download/liquibase-parent-${pkgver}/liquibase-${pkgver}-bin.tar.gz"
"liquibase.profile")
-sha256sums=('693919918e217e7a88c5140e82f279f31f636233a62cd2108abdafa4f3ed0a02'
+sha256sums=('c52f6c795169073158a30ee528b1f566ba57bb56e242cac2aa175789bec47dcf'
'7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0')
-options=('!strip')
package() {
set -u