summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefan-zobel2020-11-12 00:10:15 +0100
committerstefan-zobel2020-11-12 00:10:15 +0100
commit97a005defaa29f7f0214fce39d3fcf0a9ae5030a (patch)
tree68b31e21fe2b4ff580121efaf1b8f47c4f7529e1
parent145d63b5d872a48f0ffe9436a7531b8f6f3f82f7 (diff)
downloadaur-97a005defaa29f7f0214fce39d3fcf0a9ae5030a.tar.gz
Update to 2.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afe7f3b15d3e..cc52022c1ce2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = log4j
pkgdesc = Logging library for Java
- pkgver = 2.13.3
+ pkgver = 2.14.0
pkgrel = 1
url = https://logging.apache.org/log4j/2.x/
arch = any
license = APACHE
depends = java-runtime>=8
- source = https://archive.apache.org/dist/logging/log4j/2.13.3/apache-log4j-2.13.3-bin.tar.gz
- sha256sums = 5b86209c507063ba04db6b3797140cc31acfbbd6988255a5d359ab860341ffac
+ source = https://archive.apache.org/dist/logging/log4j/2.14.0/apache-log4j-2.14.0-bin.tar.gz
+ sha256sums = e7bd5af8025d0ed52ed8bbe3f2cd8a8f2cc4fcf53d2148766ac9315e734fc711
pkgname = log4j
diff --git a/PKGBUILD b/PKGBUILD
index 361db4dce8b7..fc5bf71d4884 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Guillaume ALAUX <guillaume at archlinux dot org>
pkgname=log4j
-pkgver=2.13.3
+pkgver=2.14.0
pkgrel=1
pkgdesc='Logging library for Java'
arch=('any')
@@ -12,7 +12,7 @@ license=('APACHE')
# As of 2.13.0 Log4j-2 requires Java 8 or greater at runtime
depends=('java-runtime>=8')
source=(https://archive.apache.org/dist/logging/${pkgname}/${pkgver}/apache-${pkgname}-${pkgver}-bin.tar.gz)
-sha256sums=('5b86209c507063ba04db6b3797140cc31acfbbd6988255a5d359ab860341ffac')
+sha256sums=('e7bd5af8025d0ed52ed8bbe3f2cd8a8f2cc4fcf53d2148766ac9315e734fc711')
package() {
cd "${srcdir}/apache-${pkgname}-${pkgver}-bin"