diff options
author | Wojciech Ochmański | 2016-09-26 21:35:40 +0200 |
---|---|---|
committer | Wojciech Ochmański | 2016-09-26 21:35:40 +0200 |
commit | c45ec3019c5ff44f3e51e39dfcc8c111fc4bde4f (patch) | |
tree | 31bcc80a1a9a23a76dfe5d366c28c83c2b6fadbf /PKGBUILD | |
parent | 1b4eabc4a37357bbb3024763e0266f0ce568c496 (diff) | |
download | aur-c45ec3019c5ff44f3e51e39dfcc8c111fc4bde4f.tar.gz |
Update to 2.6.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Maintainer: Guillaume ALAUX <guillaume at archlinux dot org> pkgname=log4j -pkgver=2.3 +pkgver=2.6.2 pkgrel=1 pkgdesc='Logging library for Java' arch=('any') @@ -8,7 +8,7 @@ url='http://logging.apache.org/log4j/' license=('APACHE') depends=('java-runtime') source=(https://archive.apache.org/dist/logging/${pkgname}/${pkgver}/apache-${pkgname}-${pkgver}-bin.tar.gz) -sha256sums=('a0118cccd0fa930705319b2ea031732f2eb6ce8802e3f696a294e3d3eec8c4aa') +sha256sums=('bffc1e623140a28d4ff95bd4c9d5f6aaf66589307961213cccac6f070e3dc0dc') package() { cd "${srcdir}/apache-${pkgname}-${pkgver}-bin" |