summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Pento2019-12-15 18:03:54 -0500
committerMike Pento2019-12-15 18:03:54 -0500
commite00806d7727fd2cbc93a07e6756fe8eaf34622c7 (patch)
treeeecdd57afa52135edf21d0d2901e838039ccb4ca
parent2c0379ec6edfdfe491d71e807df396144431e5c4 (diff)
downloadaur-e00806d7727fd2cbc93a07e6756fe8eaf34622c7.tar.gz
Update to 3.3.4
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 969d5108164b..7141697b506b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = apache-cxf
pkgdesc = open source services framework
- pkgver = 3.3.2
+ pkgver = 3.3.4
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.2/apache-cxf-3.3.2.tar.gz
+ source = http://www.us.apache.org/dist/cxf/3.3.4/apache-cxf-3.3.4.tar.gz
source = apache-cxf.sh
- sha256sums = f97a385436173597211edcd8e1648d5fa4aaaa00ce1f4fa1a7537a7944aba1be
+ sha256sums = 0cbf41a05e3caaf0d4e1e9654e272cc3b9d5e016308585dac2d3e49ed4123957
sha256sums = c52ba86604138776e50f6fc9506e21ad6f30064a54a0aaef3d5316245b14e668
pkgname = apache-cxf
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..f615016bc80e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*.tar.xz
+*.tar.gz
+
+pkg
+src
diff --git a/PKGBUILD b/PKGBUILD
index 474a4459fd9e..445d57b22417 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>
pkgname=apache-cxf
-pkgver=3.3.2
+pkgver=3.3.4
pkgrel=1
pkgdesc='open source services framework'
arch=('any')
@@ -39,5 +37,5 @@ package() {
install -m 644 "${srcdir}/apache-cxf.sh" "${pkgdir}/etc/profile.d"
}
-sha256sums=('f97a385436173597211edcd8e1648d5fa4aaaa00ce1f4fa1a7537a7944aba1be'
+sha256sums=('0cbf41a05e3caaf0d4e1e9654e272cc3b9d5e016308585dac2d3e49ed4123957'
'c52ba86604138776e50f6fc9506e21ad6f30064a54a0aaef3d5316245b14e668')