diff options
author | stefan-zobel | 2020-05-01 17:12:45 +0200 |
---|---|---|
committer | stefan-zobel | 2020-05-01 17:12:45 +0200 |
commit | fea0c2744159a22b16ad2d04ea43e96c1070ec6c (patch) | |
tree | 875b6fc1f23fdc8a29a8b4965e2230b0efc2d91b /PKGBUILD | |
parent | a22ca48608f0446c481d5abbb400b9c1bbfb1066 (diff) | |
download | aur-fea0c2744159a22b16ad2d04ea43e96c1070ec6c.tar.gz |
Update to 2.13.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ # Contributor: Guillaume ALAUX <guillaume at archlinux dot org> pkgname=log4j -pkgver=2.13.1 +pkgver=2.13.2 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=('37b1c874e7bbfd4380af6838de2fcaf8e5da7c558ae8198de52b2149de54ce65') +sha256sums=('8ce4903f22024212332e94916bf53ca1c7ec262c952bfb11efa084b7eea1470e') package() { cd "${srcdir}/apache-${pkgname}-${pkgver}-bin" |