summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2018-07-09 00:07:20 -0400
committerChris Severance2018-07-09 00:07:20 -0400
commit01d3461a7019cceed66650933ccf39bcff40ada5 (patch)
treea0b4b4361274ba2d752bf8bd3723c47a290f4282
parentc6cc0976ae1746afa51eb86332498cb8d5987879 (diff)
downloadaur-01d3461a7019cceed66650933ccf39bcff40ada5.tar.gz
autu: Update to 3.6.2-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7a5004bc4604..bc65dc25ffec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
# Generated by mksrcinfo v8
-# Tue May 1 02:04:06 UTC 2018
+# Mon Jul 9 04:07:19 UTC 2018
pkgbase = liquibase
pkgdesc = VCS source control tailored for database management
- pkgver = 3.6.1
- pkgrel = 2
+ pkgver = 3.6.2
+ pkgrel = 1
url = http://www.liquibase.org/
arch = any
license = Apache
depends = java-environment
depends = slf4j
options = !strip
- source = https://github.com/liquibase/liquibase/releases/download/liquibase-parent-3.6.1/liquibase-3.6.1-bin.tar.gz
+ source = https://github.com/liquibase/liquibase/releases/download/liquibase-parent-3.6.2/liquibase-3.6.2-bin.tar.gz
source = liquibase.profile
- sha256sums = 0413e379f7d1deb5382f9fc4283ba1b7b085f7abaf6c1a3e45cbf9510accc557
+ sha256sums = dd6d6c81b7ed6c75ee32d51bb53b3449fe2a695684965e36014ff70ea65c3ea5
sha256sums = 7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0
pkgname = liquibase
diff --git a/PKGBUILD b/PKGBUILD
index 46db2b0b4d7d..00fc528db718 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,19 +4,19 @@
set -u
pkgname='liquibase'
-pkgver='3.6.1'
-pkgrel='2'
+pkgver='3.6.2'
+pkgrel='1'
pkgdesc='VCS source control tailored for database management'
arch=('any')
url="http://www.liquibase.org/"
license=('Apache')
depends=('java-environment' 'slf4j')
_giturl="https://github.com/liquibase/${pkgname}"
-_verwatch=("${_giturl}/releases" "${_giturl#*github.com}/releases/download/liquibase-parent-[^/]\+/liquibase-\([0-9\.]\+\)-bin.tar.gz" 'l')
+_verwatch=("${_giturl}/releases.atom" '\s\+<link rel="alternate" type="text/html" href="http.*/releases/tag/liquibase-parent-\([^"]\+\)"/>.*' 'f') # RSS
options=('!strip')
source=("https://github.com/liquibase/${pkgname}/releases/download/liquibase-parent-${pkgver}/liquibase-${pkgver}-bin.tar.gz"
"liquibase.profile")
-sha256sums=('0413e379f7d1deb5382f9fc4283ba1b7b085f7abaf6c1a3e45cbf9510accc557'
+sha256sums=('dd6d6c81b7ed6c75ee32d51bb53b3449fe2a695684965e36014ff70ea65c3ea5'
'7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0')
package() {