summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefan-zobel2023-11-27 17:28:09 +0100
committerstefan-zobel2023-11-27 17:28:09 +0100
commita1a2ac73fc0e39cc93332b708921f178510e90d6 (patch)
treee49420a5a9308b5a08bf20f40d1deeb0c4d8f230
parenteb491558b19e9e6c0376a87098907733f836555a (diff)
downloadaur-a1a2ac73fc0e39cc93332b708921f178510e90d6.tar.gz
Update to 2.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 389460914817..5edac5a7249b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = log4j
pkgdesc = Logging library for Java
- pkgver = 2.21.1
+ pkgver = 2.22.0
pkgrel = 1
url = https://logging.apache.org/log4j/2.x/
arch = any
license = APACHE
depends = java-runtime>=8
- source = https://downloads.apache.org/logging/log4j/2.21.1/apache-log4j-2.21.1-bin.zip
- sha256sums = b24b8209454129ccbf1b0947b67305e88f8f1ea25f5f31d84dc8ce54229509f8
+ source = https://downloads.apache.org/logging/log4j/2.22.0/apache-log4j-2.22.0-bin.zip
+ sha256sums = c6d61ecf2563b1200e02587b89b7c75b58b6e62e6a16cdb6f333c2482167c2dc
pkgname = log4j
diff --git a/PKGBUILD b/PKGBUILD
index d32a4bf9a98c..3bd84f3ab644 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Guillaume ALAUX <guillaume at archlinux dot org>
pkgname=log4j
-pkgver=2.21.1
+pkgver=2.22.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://downloads.apache.org/logging/${pkgname}/${pkgver}/apache-${pkgname}-${pkgver}-bin.zip)
-sha256sums=('b24b8209454129ccbf1b0947b67305e88f8f1ea25f5f31d84dc8ce54229509f8')
+sha256sums=('c6d61ecf2563b1200e02587b89b7c75b58b6e62e6a16cdb6f333c2482167c2dc')
package() {
cd "${srcdir}"