summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Pento2018-06-28 10:19:58 -0400
committerMike Pento2018-06-28 10:19:58 -0400
commit9337b1e5c05a0e70b4ddc9af0fc24f6073006e67 (patch)
tree3ed28f9c69935178ff71d365bbbe5bcc16bd2bc0
parentc5b4b4f592298b8630a7b189a0499ab40a4d2020 (diff)
downloadaur-9337b1e5c05a0e70b4ddc9af0fc24f6073006e67.tar.gz
Updated to 3.2.5
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c2ca5729d08..ad28ebbaa970 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Mon Oct 16 07:18:28 UTC 2017
pkgbase = apache-cxf
pkgdesc = open source services framework
- pkgver = 3.2.0
- pkgrel = 1
+ pkgver = 3.2.5
+ pkgrel = 2
url = http://cxf.apache.org
arch = any
license = Apache
depends = java-runtime
options = !strip
- source = http://www.us.apache.org/dist/cxf/3.2.0/apache-cxf-3.2.0.tar.gz
+ source = http://www.us.apache.org/dist/cxf/3.2.5/apache-cxf-3.2.5.tar.gz
source = apache-cxf.sh
- sha256sums = 506e5131e591b63c30639ba9b11491795a1262774d97dfe789d3d2fdb0309a12
+ sha256sums = 813d6086570d5328ea807d0e67188fa4e004521fee195fe148a42505e7eb4775
sha256sums = c52ba86604138776e50f6fc9506e21ad6f30064a54a0aaef3d5316245b14e668
pkgname = apache-cxf
diff --git a/PKGBUILD b/PKGBUILD
index cb626e44c4a2..18cfb93a4fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Thomas Weißschuh <thomas t-8ch de>
+# Maintainer: Michael J. Pento <mjpento@verizon.net>
# Contributor: Caleb Cushing <xenoterracide@gmail.com>
# Contributor: Attila Bukor <r1pp3rj4ck@w4it.eu>
pkgname=apache-cxf
-pkgver=3.2.0
-pkgrel=1
+pkgver=3.2.5
+pkgrel=2
pkgdesc='open source services framework'
arch=('any')
license=('Apache')
@@ -39,5 +39,5 @@ package() {
install -m 644 "${srcdir}/apache-cxf.sh" "${pkgdir}/etc/profile.d"
}
-sha256sums=('506e5131e591b63c30639ba9b11491795a1262774d97dfe789d3d2fdb0309a12'
+sha256sums=('813d6086570d5328ea807d0e67188fa4e004521fee195fe148a42505e7eb4775'
'c52ba86604138776e50f6fc9506e21ad6f30064a54a0aaef3d5316245b14e668')