summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKevin Baxmann2020-05-26 16:17:29 +0200
committerKevin Baxmann2020-05-26 16:17:29 +0200
commitfb9a459b10dee5caeef40a19c4d8b09af39f64fc (patch)
tree2c7a48923473dea20271e85170e5bcb9c4c61171 /PKGBUILD
parent07eb1924c7c1edd9c945e3f6dbf610e7ae5d9349 (diff)
downloadaur-fb9a459b10dee5caeef40a19c4d8b09af39f64fc.tar.gz
upgrade to 3.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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