summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2021-09-27 22:18:38 +0000
committereugene2021-09-27 22:18:38 +0000
commit91bfc57fcebc870620162e9fd9a557b306d6a201 (patch)
treec3ff3f63f32e7179461a5a29cdfc1923f31934f0
parent48af7a47282c3609a5bda38af02cacc73be80bcf (diff)
downloadaur-91bfc57fcebc870620162e9fd9a557b306d6a201.tar.gz
upgrade to 4.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9886d235bf8..c1d5d441ba86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = liquibase
pkgdesc = VCS source control tailored for database management
- pkgver = 4.4.3
+ pkgver = 4.5.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.4.3/liquibase-4.4.3.tar.gz
+ source = https://github.com/liquibase/liquibase/releases/download/v4.5.0/liquibase-4.5.0.tar.gz
source = liquibase.profile
- sha256sums = b5dfa605ffc9853c39bef96ea72965a59d9ee12a3bcb59040b539d4782d4bff9
+ sha256sums = 4ce45bcbe4660b33eee93e80b9be968631e85566d02d90c0c5306fac8d4dd602
sha256sums = 7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0
pkgname = liquibase
diff --git a/PKGBUILD b/PKGBUILD
index 376b5242cdb9..86e7a03c446e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
set -u
pkgname=liquibase
-pkgver=4.4.3
+pkgver=4.5.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=('b5dfa605ffc9853c39bef96ea72965a59d9ee12a3bcb59040b539d4782d4bff9'
+sha256sums=('4ce45bcbe4660b33eee93e80b9be968631e85566d02d90c0c5306fac8d4dd602'
'7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0')
package() {
set -u