summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAuto update bot2023-05-29 09:07:40 +0000
committerAuto update bot2023-05-29 09:07:40 +0000
commitc2236c60c7daafe291f346c94bd8880b9aa6e8a8 (patch)
treed493ae88b782340355e9c49a535322c3271a27c0 /PKGBUILD
parentc3f51aa0ccc66e7e9b7aa7821298a133c0745715 (diff)
downloadaur-c2236c60c7daafe291f346c94bd8880b9aa6e8a8.tar.gz
Auto updated to 9.6.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4dfcbb713b70..532842487d19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=lucene
pkgname=apache-$_pkgname
-pkgver=9.5.0
+pkgver=9.6.0
pkgrel=1
pkgdesc="Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java."
arch=('any')
@@ -11,7 +11,7 @@ url="https://lucene.apache.org/"
license=('Apache')
depends=('java-runtime')
source=("https://downloads.apache.org/$_pkgname/java/$pkgver/$_pkgname-$pkgver.tgz")
-sha256sums=('547277a2b6ce283422eccd14e9ee7ffb28b1af3975936959716c9b4d85843555')
+sha256sums=('bacbaf21582c0c1f77f58c29e50dad9ff3e2d7ce7b1c696a062df37b50784497')
package() {
cd "${srcdir}/$_pkgname-$pkgver"