summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Pento2020-12-02 18:54:14 -0500
committerMike Pento2020-12-02 18:54:14 -0500
commitba71d3d60d887d457f895cb8456500496d22c96c (patch)
tree46e740005fe90a049a7ecfa9b8e568590767029a
parent1c7fe970ddedf250574ddcf11a0d15f242e3f842 (diff)
downloadaur-ba71d3d60d887d457f895cb8456500496d22c96c.tar.gz
Update to 3.3.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a079f56f475e..65574ab1f058 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = apache-cxf
pkgdesc = open source services framework
- pkgver = 3.3.7
+ pkgver = 3.3.8
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.7/apache-cxf-3.3.7.tar.gz
+ source = http://www.us.apache.org/dist/cxf/3.3.8/apache-cxf-3.3.8.tar.gz
source = apache-cxf.sh
- sha256sums = ec277bba09fbe1e509f9004aff0fc6f56324b700fefd2cc79c1432d275335c81
+ sha256sums = 2a392a82b5d3634c9f1f68b6e6f5c8296a70785d2898ce7fda32a8f1179263b7
sha256sums = c52ba86604138776e50f6fc9506e21ad6f30064a54a0aaef3d5316245b14e668
pkgname = apache-cxf
diff --git a/PKGBUILD b/PKGBUILD
index 9ea09027cf59..bda9f344ac39 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael J. Pento <mjpento@verizon.net>
pkgname=apache-cxf
-pkgver=3.3.7
+pkgver=3.3.8
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=('ec277bba09fbe1e509f9004aff0fc6f56324b700fefd2cc79c1432d275335c81'
+sha256sums=('2a392a82b5d3634c9f1f68b6e6f5c8296a70785d2898ce7fda32a8f1179263b7'
'c52ba86604138776e50f6fc9506e21ad6f30064a54a0aaef3d5316245b14e668')