Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 401ee51

Browse files
committed
upgrade to elasticsearch 1.7.1
1 parent a210f32 commit 401ee51

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

files/brews/elasticsearch.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
class Elasticsearch < Formula
44
homepage "http://www.elastic.co"
5-
url "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.5.2.tar.gz"
5+
url "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.1.tar.gz"
66
sha1 "ffe2e46ec88f4455323112a556adaaa085669d13"
7-
version '1.5.2-boxen1'
7+
version '1.7.1-boxen1'
88

99
head do
1010
url "https://github.com/elastic/elasticsearch.git"

manifests/params.pp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
$ensure = 'present'
1010

11-
$version = '1.5.2-boxen1'
11+
$version = '1.7.1-boxen1'
1212
$package = 'boxen/brews/elasticsearch'
1313

1414
$cluster = "elasticsearch_boxen_${::boxen_user}"

spec/classes/elasticsearch_package_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
it do
77
should contain_homebrew__formula("elasticsearch")
88

9-
should contain_package("boxen/brews/elasticsearch").with_ensure("1.5.2-boxen1")
9+
should contain_package("boxen/brews/elasticsearch").with_ensure("1.7.1-boxen1")
1010
end
1111
end

0 commit comments

Comments
 (0)