summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c25897eb84fe..8e31b0120c2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = apache-cxf
pkgdesc = open source services framework
- pkgver = 3.4.2
+ pkgver = 4.0.1
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.4.2/apache-cxf-3.4.2.tar.gz
+ source = https://dlcdn.apache.org/cxf/4.0.1/apache-cxf-4.0.1.tar.gz
source = apache-cxf.sh
- sha256sums = ef4e5b5c773bf22b5027a15d2db71fc876a3d8cae14bdae131131397155b7b8f
+ sha256sums = 5393c62b56d8addeef9c489a0390962d9fd6e1fb80824a9c03cbb5ab79eab33b
sha256sums = c52ba86604138776e50f6fc9506e21ad6f30064a54a0aaef3d5316245b14e668
pkgname = apache-cxf
-
diff --git a/PKGBUILD b/PKGBUILD
index 2a19f01e2b89..4f162916f1bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael J. Pento <mjpento@darkforge.net>
pkgname=apache-cxf
-pkgver=3.4.2
+pkgver=4.0.1
pkgrel=1
pkgdesc='open source services framework'
arch=('any')
@@ -9,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}"
@@ -37,5 +37,5 @@ package() {
install -m 644 "${srcdir}/apache-cxf.sh" "${pkgdir}/etc/profile.d"
}
-sha256sums=('ef4e5b5c773bf22b5027a15d2db71fc876a3d8cae14bdae131131397155b7b8f'
+sha256sums=('5393c62b56d8addeef9c489a0390962d9fd6e1fb80824a9c03cbb5ab79eab33b'
'c52ba86604138776e50f6fc9506e21ad6f30064a54a0aaef3d5316245b14e668')