summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAuto update bot2023-12-17 07:57:27 +0000
committerAuto update bot2023-12-17 07:57:27 +0000
commit86a37b314315f3c8e0c5771b859d8a2a1bd5665d (patch)
tree8f12b7402035c7b5cb61baeec415c909b7451af1 /PKGBUILD
parenta22a7c718618484948b24110ef2b3810fb437f80 (diff)
downloadaur-86a37b314315f3c8e0c5771b859d8a2a1bd5665d.tar.gz
Auto updated to 9.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7af52200bee3..2763ef53a833 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=lucene
pkgname=apache-$_pkgname
-pkgver=9.9.0
+pkgver=9.9.1
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=('f011adfe96f452ed3760e5b0d870c17e39a2c68cc930db3d55525ffe92f8f4dc')
+sha256sums=('5372885364fbceadf303feec62263634074a47ece12bd4664834b24fb57aa507')
package() {
cd "${srcdir}/$_pkgname-$pkgver"