summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2023-07-10 11:56:59 +0000
committereugene2023-07-10 11:56:59 +0000
commit001c06bf3cf55ff11caaae69ebcebee8f412ba84 (patch)
treec1ab49cf068f111091abf45aace6b417bb262bf8
parent86f4ad1569072cfdd1a41b797825556742330087 (diff)
downloadaur-001c06bf3cf55ff11caaae69ebcebee8f412ba84.tar.gz
upgrade to 4.23.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 452f1ae2b120..0a5d80e49a31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = liquibase
pkgdesc = VCS source control tailored for database management
- pkgver = 4.21.1
+ pkgver = 4.23.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/v4.21.1/liquibase-4.21.1.tar.gz
+ source = https://github.com/liquibase/liquibase/releases/download/v4.23.0/liquibase-4.23.0.tar.gz
source = liquibase.profile
- sha256sums = c04542865e5ece8b7b1ee9bd6beaefc5315e350620288d6ac1a2d32c3b1f7d8b
+ sha256sums = 988b8734da3f2f987646fa533748d9b7aae2f889741fd6922f86ae3a321ea635
sha256sums = 7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0
pkgname = liquibase
diff --git a/PKGBUILD b/PKGBUILD
index cda461664af0..dd90d9b7cf3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
set -u
pkgname=liquibase
-pkgver=4.21.1
+pkgver=4.23.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=('c04542865e5ece8b7b1ee9bd6beaefc5315e350620288d6ac1a2d32c3b1f7d8b'
+sha256sums=('988b8734da3f2f987646fa533748d9b7aae2f889741fd6922f86ae3a321ea635'
'7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0')
package() {
set -u