summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Pento2021-02-13 11:14:01 -0500
committerMike Pento2021-02-13 11:14:01 -0500
commitcf66720a948f1534f974cefff936ed7e409cce7b (patch)
tree472dff89fc3a94b7b25b55898f4919d19317cfe5
parent8c5af4dc108ecdaa35b560d28c441d378f330faa (diff)
downloadaur-cf66720a948f1534f974cefff936ed7e409cce7b.tar.gz
Update to 3.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c07c3b79002..c25897eb84fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = apache-cxf
pkgdesc = open source services framework
- pkgver = 3.3.9
+ pkgver = 3.4.2
pkgrel = 1
url = http://cxf.apache.org
arch = any
license = Apache
depends = java-runtime
options = !strip
- source = http://www.us.apache.org/dist/cxf/3.3.9/apache-cxf-3.3.9.tar.gz
+ source = http://www.us.apache.org/dist/cxf/3.4.2/apache-cxf-3.4.2.tar.gz
source = apache-cxf.sh
- sha256sums = 60fde836d55d7faf026b88a5208d389e51d69460863cf7329c295f54cdb1365c
+ sha256sums = ef4e5b5c773bf22b5027a15d2db71fc876a3d8cae14bdae131131397155b7b8f
sha256sums = c52ba86604138776e50f6fc9506e21ad6f30064a54a0aaef3d5316245b14e668
pkgname = apache-cxf
diff --git a/PKGBUILD b/PKGBUILD
index 14e7f45b197f..2a19f01e2b89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael J. Pento <mjpento@darkforge.net>
pkgname=apache-cxf
-pkgver=3.3.9
+pkgver=3.4.2
pkgrel=1
pkgdesc='open source services framework'
arch=('any')
@@ -37,5 +37,5 @@ package() {
install -m 644 "${srcdir}/apache-cxf.sh" "${pkgdir}/etc/profile.d"
}
-sha256sums=('60fde836d55d7faf026b88a5208d389e51d69460863cf7329c295f54cdb1365c'
+sha256sums=('ef4e5b5c773bf22b5027a15d2db71fc876a3d8cae14bdae131131397155b7b8f'
'c52ba86604138776e50f6fc9506e21ad6f30064a54a0aaef3d5316245b14e668')