summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAuto update bot2023-06-27 07:57:12 +0000
committerAuto update bot2023-06-27 07:57:12 +0000
commit822450210ae141b6ea475aa837e3bf5a483e113b (patch)
tree74e6e6244a53d414845621b4173c9ff45337f9bf /PKGBUILD
parentc2236c60c7daafe291f346c94bd8880b9aa6e8a8 (diff)
downloadaur-822450210ae141b6ea475aa837e3bf5a483e113b.tar.gz
Auto updated to 9.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 532842487d19..fa9fddab773b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=lucene
pkgname=apache-$_pkgname
-pkgver=9.6.0
+pkgver=9.7.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=('bacbaf21582c0c1f77f58c29e50dad9ff3e2d7ce7b1c696a062df37b50784497')
+sha256sums=('0028a8635868471686af0a0afcfceb48c96d1325e121e731560a87521e91a2a2')
package() {
cd "${srcdir}/$_pkgname-$pkgver"