summarylogtreecommitdiffstats
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
parenta22a7c718618484948b24110ef2b3810fb437f80 (diff)
downloadaur-86a37b314315f3c8e0c5771b859d8a2a1bd5665d.tar.gz
Auto updated to 9.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cc10fd9d6c9..e3911b1855b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = apache-lucene
pkgdesc = Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java.
- pkgver = 9.9.0
+ pkgver = 9.9.1
pkgrel = 1
url = https://lucene.apache.org/
arch = any
license = Apache
depends = java-runtime
- source = https://downloads.apache.org/lucene/java/9.9.0/lucene-9.9.0.tgz
- sha256sums = f011adfe96f452ed3760e5b0d870c17e39a2c68cc930db3d55525ffe92f8f4dc
+ source = https://downloads.apache.org/lucene/java/9.9.1/lucene-9.9.1.tgz
+ sha256sums = 5372885364fbceadf303feec62263634074a47ece12bd4664834b24fb57aa507
pkgname = apache-lucene
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"