summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingbei Li2017-04-28 22:28:47 +0800
committerJingbei Li2017-04-28 22:28:47 +0800
commit014e7c342393ab574299a150b3c51b9643de9788 (patch)
treece3481218246118416ab88b96dee279997ef96c9
parentc2a2076300f48173222ed5373c5e8aeb1de2e03d (diff)
downloadaur-014e7c342393ab574299a150b3c51b9643de9788.tar.gz
upgrade to 6.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2d3b76f8cb9..fb8badf7cf2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Wed Mar 29 07:14:23 UTC 2017
+# Fri Apr 28 14:28:45 UTC 2017
pkgbase = apache-lucene
pkgdesc = Apache Lucene is a high-performance, full-featured text search engine library written entirely in Java.
- pkgver = 6.5.0
+ pkgver = 6.5.1
pkgrel = 1
url = https://lucene.apache.org/
arch = any
license = APACHE
depends = java-runtime
- source = http://mirrors.tuna.tsinghua.edu.cn/apache/lucene/java/6.5.0/lucene-6.5.0.tgz
- md5sums = 8b7ffe3f379d237d48b85ad0681a7b08
+ source = http://mirrors.tuna.tsinghua.edu.cn/apache/lucene/java/6.5.1/lucene-6.5.1.tgz
+ md5sums = 60a35e70438f8899e45917cd4cf8d146
pkgname = apache-lucene
diff --git a/PKGBUILD b/PKGBUILD
index c2a5368bfe7d..00d61fadf6e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=lucene
pkgname=apache-$_pkgname
-pkgver=6.5.0
+pkgver=6.5.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 @@ license=('APACHE')
depends=('java-runtime')
_mirror="http://mirrors.tuna.tsinghua.edu.cn/apache"
source=("$_mirror/$_pkgname/java/$pkgver/$_pkgname-${pkgver}.tgz")
-md5sums=('8b7ffe3f379d237d48b85ad0681a7b08')
+md5sums=('60a35e70438f8899e45917cd4cf8d146')
package() {
cd "${srcdir}/$_pkgname-$pkgver"