summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreugene2022-10-25 21:54:23 +0000
committereugene2022-10-25 21:54:23 +0000
commit4b450d16b9aa497de546e279ee314a9e849eabde (patch)
tree5ca1239696605924be850ea2ec86f4d190c1c712
parentee83d2abf3cdba97359999f9a4d3fe781307a9ac (diff)
downloadaur-4b450d16b9aa497de546e279ee314a9e849eabde.tar.gz
upgrade to 4.17.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8751bd0b912e..9adae7e69b7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = liquibase
pkgdesc = VCS source control tailored for database management
- pkgver = 4.16.1
+ pkgver = 4.17.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.16.1/liquibase-4.16.1.tar.gz
+ source = https://github.com/liquibase/liquibase/releases/download/v4.17.1/liquibase-4.17.1.tar.gz
source = liquibase.profile
- sha256sums = 2da0022c3315d9c59c4cb1c3b50b3bad2f5a944d74973fb9f4b32037e5403019
+ sha256sums = 1dc4b6ba8406a6c229984e287d0fb106ae2a29ac667a22628d8217ee8dbaa381
sha256sums = 7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0
pkgname = liquibase
diff --git a/PKGBUILD b/PKGBUILD
index 11c988a0d2fb..aa606b910d36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
set -u
pkgname=liquibase
-pkgver=4.16.1
+pkgver=4.17.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=('2da0022c3315d9c59c4cb1c3b50b3bad2f5a944d74973fb9f4b32037e5403019'
+sha256sums=('1dc4b6ba8406a6c229984e287d0fb106ae2a29ac667a22628d8217ee8dbaa381'
'7c1939e5b1aee63db199c86989726bbdf81102784512ed69f8595fddf80c30c0')
package() {
set -u