aboutsummaryrefslogtreecommitdiffstats
path: root/community/elasticsearch
diff options
context:
space:
mode:
authorLyndon <snakeliwei@gmail.com>2017-10-19 20:15:33 -0500
committerNatanael Copa <ncopa@alpinelinux.org>2017-10-26 09:44:50 +0000
commitc2e9525aa4c8ae58c1e7e08856927ba53535458d (patch)
treef3f9b7a60ac251555702df0c9797d022bd3d0b7c /community/elasticsearch
parent0728785ecd984a04aeb41d6fec676bbf438a01e2 (diff)
downloadaports-c2e9525aa4c8ae58c1e7e08856927ba53535458d.tar.bz2
aports-c2e9525aa4c8ae58c1e7e08856927ba53535458d.tar.xz
community/elasticsearch: upgrade to 5.6.3
Diffstat (limited to 'community/elasticsearch')
-rw-r--r--community/elasticsearch/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/elasticsearch/APKBUILD b/community/elasticsearch/APKBUILD
index 1a50d41001..94ff8facec 100644
--- a/community/elasticsearch/APKBUILD
+++ b/community/elasticsearch/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Jakub Jirutka <jakub@jirutka.cz>
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=elasticsearch
-pkgver=5.2.1
+pkgver=5.6.3
pkgrel=0
pkgdesc="Open Source, Distributed, RESTful Search Engine"
url="https://www.elastic.co/products/elasticsearch"
@@ -11,7 +11,7 @@ depends="java-jna-native>=4.1 openjdk8-jre"
makedepends=""
install="$pkgname.pre-install"
subpackages="$pkgname-doc"
-source="https://artifacts.elastic.co/downloads/$pkgname/$pkgname-$pkgver.tar.gz
+source="https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-$pkgver.tar.gz
$pkgname.initd
$pkgname.confd
README.alpine
@@ -89,7 +89,7 @@ _builtin_module() {
install -m644 -t "$destdir" "$builddir"/modules/$name/*
}
-sha512sums="aa8734c1e1111987d45e8dd64b5f8a0473955c48e09e6f1875e877090c21070fc18768b413e7b0c20652cec9ebd9bb6836a2c014cf8159b041f0d22b28ad5a08 elasticsearch-5.2.1.tar.gz
+sha512sums="ee57d010e196eb25e5296fe95ab2de5e503d4d66f7eec8c8f6ac2ff9ddbc1a8dc1514202d705e291ee49d3e04650b597a9afc5f92f179b8faa5e2fe3c662f33e elasticsearch-5.6.3.tar.gz
dc916861497d4a589d6b3ab70d90ff9970e4d57003ed82d08c5f90dec337f995dcabf2556b7a27ade926e846ad435392f7845acfe9280dce17b4c172d85328ae elasticsearch.initd
2ab1baf1b5c8782f3f371ba221aadd3e841abc62175f0b1ddcfc68d711e2370465124e076f8cc2e549c25a1da9db8c90172b2f410bd6bbe4153f0e831620b6ba elasticsearch.confd
6de81485cdc059afef58382862e4155482463fde0b604aaa8dbe904c778b841467c4a383a5e54acd09e3436f1fb7be9923e001fb77bd3d7894e113a5e0f4036b README.alpine"