summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2023-04-20 18:41:15 +0000
committereugene2023-04-20 18:41:15 +0000
commit86f4ad1569072cfdd1a41b797825556742330087 (patch)
treed89d99d6f56224c13062c0641e707b23d9c9cf60
parent4b450d16b9aa497de546e279ee314a9e849eabde (diff)
downloadaur-86f4ad1569072cfdd1a41b797825556742330087.tar.gz
upgrade to 4.21.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9adae7e69b7a..452f1ae2b120 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = liquibase
pkgdesc = VCS source control tailored for database management
- pkgver = 4.17.1
+ pkgver = 4.21.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/v4.17.1/liquibase-4.17.1.tar.gz
+ source = https://github.com/liquibase/liquibase/releases/download/v4.21.1/liquibase-4.21.1.tar.gz
source = liquibase.profile
- sha256sums = 1dc4b6ba8406a6c229984e287d0fb106ae2a29ac667a22628d8217ee8dbaa381
+ sha256sums = c04542865e5ece8b7b1ee9bd6beaefc5315e350620288d6ac1a2d32c3b1f7d8b
sha256sums = 7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0
pkgname = liquibase
diff --git a/PKGBUILD b/PKGBUILD
index aa606b910d36..cda461664af0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Kevin Baxmann <kvbx+aur@kvbx.de>
-# Maintainer: Chris Severance aur.severach aATt spamgourmet dott com
+# Contributor: Kevin Baxmann <kvbx+aur@kvbx.de>
+# Contributor: Chris Severance aur.severach aATt spamgourmet dott com
# Contributor: Andreas Pieber <anpieber@gmail.com>
set -u
pkgname=liquibase
-pkgver=4.17.1
+pkgver=4.21.1
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=('1dc4b6ba8406a6c229984e287d0fb106ae2a29ac667a22628d8217ee8dbaa381'
+sha256sums=('c04542865e5ece8b7b1ee9bd6beaefc5315e350620288d6ac1a2d32c3b1f7d8b'
'7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0')
package() {
set -u