summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2019-05-05 18:57:16 +0800
committerJingbei Li2019-05-05 18:57:16 +0800
commit54569ad80a70fc8662c201c435af945f32b4dbb5 (patch)
tree8b75abcd7931d5f19edc0d24306aa2c9f882b6cd
parentea64e2885346f6aaf9a423eb16618170849958a2 (diff)
downloadaur-54569ad80a70fc8662c201c435af945f32b4dbb5.tar.gz
upgraded to 8.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56e18aaf8abf..89cada580516 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = apache-lucene
pkgdesc = Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java.
- pkgver = 7.7.1
+ pkgver = 8.0.0
pkgrel = 1
url = https://lucene.apache.org/
arch = any
license = APACHE
depends = java-runtime
- source = http://mirrors.tuna.tsinghua.edu.cn/apache/lucene/java/7.7.1/lucene-7.7.1.tgz
- md5sums = effe8a128d36c43954cfacb7cdd4b121
+ source = http://mirrors.tuna.tsinghua.edu.cn/apache/lucene/java/8.0.0/lucene-8.0.0.tgz
+ md5sums = 46958d2f9121f76bf4d22ec4a1c98a23
pkgname = apache-lucene
diff --git a/PKGBUILD b/PKGBUILD
index 629f53cf51d9..2478a8e789f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lucene
pkgname=apache-$_pkgname
-pkgver=7.7.1
+pkgver=8.0.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 @@ license=('APACHE')
depends=('java-runtime')
_mirror="http://mirrors.tuna.tsinghua.edu.cn/apache"
source=("$_mirror/$_pkgname/java/$pkgver/$_pkgname-${pkgver}.tgz")
-md5sums=('effe8a128d36c43954cfacb7cdd4b121')
+md5sums=('46958d2f9121f76bf4d22ec4a1c98a23')
package() {
cd "${srcdir}/$_pkgname-$pkgver"