summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1dc83d89c8e..9ecc15d83582 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = liquibase
pkgdesc = VCS source control tailored for database management
- pkgver = 3.8.7
+ pkgver = 3.9.0
pkgrel = 1
url = http://www.liquibase.org/
arch = any
license = Apache
depends = java-environment
options = !strip
- source = https://github.com/liquibase/liquibase/releases/download/v3.8.7/liquibase-3.8.7.tar.gz
+ source = https://github.com/liquibase/liquibase/releases/download/v3.9.0/liquibase-3.9.0.tar.gz
source = liquibase.profile
- sha256sums = 8f87be4f33f2be55e47650bd4b0c576e8fa187a2b264279c327f89ee7fbd433f
+ sha256sums = 68eda6527ef36b45aff70a755e5660a15d82079a0074b56b7da3c7aede8b5a61
sha256sums = 7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0
pkgname = liquibase
diff --git a/PKGBUILD b/PKGBUILD
index e0cbaab94adb..219c47e18739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
set -u
pkgname='liquibase'
-pkgver='3.8.7'
+pkgver='3.9.0'
pkgrel='1'
pkgdesc='VCS source control tailored for database management'
arch=('any')
@@ -16,7 +16,7 @@ _verwatch=("${_giturl}/releases.atom" '\s\+<link rel="alternate" type="text/html
options=('!strip')
source=("https://github.com/liquibase/liquibase/releases/download/v${pkgver}/liquibase-${pkgver}.tar.gz"
"liquibase.profile")
-sha256sums=('8f87be4f33f2be55e47650bd4b0c576e8fa187a2b264279c327f89ee7fbd433f'
+sha256sums=('68eda6527ef36b45aff70a755e5660a15d82079a0074b56b7da3c7aede8b5a61'
'7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0')
package() {
set -u