summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Wheeler2021-02-25 14:31:28 -0700
committerDave Wheeler2021-02-25 14:31:28 -0700
commit4b3f5c210fc7367cb9751ae8dc15cdc0e16d9d4b (patch)
tree139838f2b80aa1f575364eba79124a2db73b6f9f
parentb45f0a88fcdbb81b334064a93a1ac2621b9c7c47 (diff)
downloadaur-4b3f5c210fc7367cb9751ae8dc15cdc0e16d9d4b.tar.gz
upgpkg: elasticsearch-xpack 7.11.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf7ad28e276a..7d513a7895d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = elasticsearch-xpack
pkgdesc = Distributed RESTful search engine built on top of Lucene
- pkgver = 7.10.2
+ pkgver = 7.11.1
pkgrel = 1
url = https://www.elastic.co/products/elasticsearch
arch = x86_64
- license = custom:Elastic
+ license = custom:Elastic2
depends = java-runtime-headless
depends = systemd
provides = elasticsearch
@@ -17,8 +17,8 @@ pkgbase = elasticsearch-xpack
backup = etc/elasticsearch/role_mapping.yml
backup = etc/elasticsearch/users
backup = etc/elasticsearch/users_roles
- source = https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.2-x86_64.rpm
- source = https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.10.2-x86_64.rpm.asc
+ source = https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.1-x86_64.rpm
+ source = https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.11.1-x86_64.rpm.asc
source = elasticsearch-env
source = elasticsearch.service
source = elasticsearch@.service
@@ -29,7 +29,7 @@ pkgbase = elasticsearch-xpack
source = elasticsearch-tmpfile.conf
source = elasticsearch.default
validpgpkeys = 46095ACC8548582C1A2699A9D27D666CD88E42B4
- sha512sums = f50cee763b58545a755d932c7559b622cfe3d889c24edccadfcaf3b9386bb47f21332ba895fdf48232369316ccd247470d8cce3d401276e727d3ceab23409450
+ sha512sums = d778c7dc3db08c329d4ca7607dc18a0b9147f9d282fd139f0f5495e0eeba3f3632e69ba6bf3635cdccfba18355c6ddf3305cba86f9e09282d357625881c730bf
sha512sums = SKIP
sha512sums = 52556e0709590f0e15039d89b64c08c9bbeb0c61d29e3cd5a4471744968c882eb559081db1c89e846fa33d50b31e2fe9ba46d7e7e2cf5d4a23e78bc97a50c853
sha512sums = 8280cfd911c1762a1cba67a72bf01c593dbcec00ab02b5f7ca2ef05dbcbae835f2d0e20f3143b0f601e233708e7a60148a1b2087aaff0e0b239361ca4792409f
diff --git a/PKGBUILD b/PKGBUILD
index ce313f807121..28274a3425c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
# Refactored by Blaž "Speed" Hrastnik <https://github.com/archSeer>
pkgname=elasticsearch-xpack
-pkgver=7.10.2
+pkgver=7.11.1
pkgrel=1
pkgdesc="Distributed RESTful search engine built on top of Lucene"
arch=('x86_64')
url="https://www.elastic.co/products/elasticsearch"
-license=('custom:Elastic')
+license=('custom:Elastic2')
depends=('java-runtime-headless' 'systemd')
provides=('elasticsearch')
conflicts=('elasticsearch')
@@ -27,7 +27,7 @@ source=(
elasticsearch-tmpfile.conf
elasticsearch.default
)
-sha512sums=('f50cee763b58545a755d932c7559b622cfe3d889c24edccadfcaf3b9386bb47f21332ba895fdf48232369316ccd247470d8cce3d401276e727d3ceab23409450'
+sha512sums=('d778c7dc3db08c329d4ca7607dc18a0b9147f9d282fd139f0f5495e0eeba3f3632e69ba6bf3635cdccfba18355c6ddf3305cba86f9e09282d357625881c730bf'
'SKIP'
'52556e0709590f0e15039d89b64c08c9bbeb0c61d29e3cd5a4471744968c882eb559081db1c89e846fa33d50b31e2fe9ba46d7e7e2cf5d4a23e78bc97a50c853'
'8280cfd911c1762a1cba67a72bf01c593dbcec00ab02b5f7ca2ef05dbcbae835f2d0e20f3143b0f601e233708e7a60148a1b2087aaff0e0b239361ca4792409f'
@@ -66,7 +66,7 @@ package() {
cd "$srcdir"
install -Dvm644 usr/share/elasticsearch/LICENSE.txt \
- "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+ "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
find etc/elasticsearch/ -type f -exec \
install -Dm644 {} "$pkgdir/"{} \;