elasticsearch: update to 1.5.1
This commit is contained in:
parent
617fbfd37f
commit
fb9600e8af
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'elasticsearch'
|
# Template file for 'elasticsearch'
|
||||||
pkgname=elasticsearch
|
pkgname=elasticsearch
|
||||||
version=1.5.0
|
version=1.5.1
|
||||||
revision=5
|
revision=1
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
depends="virtual?java-runtime"
|
depends="virtual?java-runtime"
|
||||||
short_desc="A distributed, open source search and analytics engine"
|
short_desc="A distributed, open source search and analytics engine"
|
||||||
maintainer="bougyman <bougyman@rubyists.com>"
|
maintainer="bougyman <bougyman@rubyists.com>"
|
||||||
license="apache2"
|
license="apache2"
|
||||||
homepage="http://www.elastic.co"
|
homepage="http://www.elastic.co"
|
||||||
distfiles="https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.5.0.tar.gz"
|
distfiles="https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-${version}.tar.gz"
|
||||||
checksum=acf572c606552bc446cceef3f8e93814a363ba0d215b323a2864682b3abfbe45
|
checksum=6f047b21395fba80a84235d417c77ff3f0a8b41d09189ef17bedca83b17c445e
|
||||||
system_accounts="elastic"
|
system_accounts="elastic"
|
||||||
system_groups="elastic"
|
system_groups="elastic"
|
||||||
conf_files="/etc/elasticsearch/elasticsearch.yml /etc/elasticsearch/logging.yml"
|
conf_files="/etc/elasticsearch/elasticsearch.yml /etc/elasticsearch/logging.yml"
|
||||||
|
|
Loading…
Add table
Reference in a new issue