summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 474a4459fd9e..4f162916f1bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,7 @@
-# Maintainer: Michael J. Pento <mjpento@verizon.net>
-# Contributor: Caleb Cushing <xenoterracide@gmail.com>
-# Contributor: Attila Bukor <r1pp3rj4ck@w4it.eu>
+# Maintainer: Michael J. Pento <mjpento@darkforge.net>
pkgname=apache-cxf
-pkgver=3.3.2
+pkgver=4.0.1
pkgrel=1
pkgdesc='open source services framework'
arch=('any')
@@ -11,8 +9,8 @@ license=('Apache')
url='http://cxf.apache.org'
depends=('java-runtime')
options=('!strip')
-source=("http://www.us.apache.org/dist/cxf/${pkgver}/${pkgname}-${pkgver}.tar.gz"
- 'apache-cxf.sh')
+source=("https://dlcdn.apache.org/cxf/${pkgver}/${pkgname}-${pkgver}.tar.gz"
+ 'apache-cxf.sh')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -39,5 +37,5 @@ package() {
install -m 644 "${srcdir}/apache-cxf.sh" "${pkgdir}/etc/profile.d"
}
-sha256sums=('f97a385436173597211edcd8e1648d5fa4aaaa00ce1f4fa1a7537a7944aba1be'
+sha256sums=('5393c62b56d8addeef9c489a0390962d9fd6e1fb80824a9c03cbb5ab79eab33b'
'c52ba86604138776e50f6fc9506e21ad6f30064a54a0aaef3d5316245b14e668')