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

Commit

Permalink
Merge pull request #24 from grantr/elasticsearch-1.4.5
Browse files Browse the repository at this point in the history
Upgrade to elasticsearch 1.4.5
  • Loading branch information
rafaelfranca committed May 4, 2015
2 parents 62a2bb0 + 7929413 commit e8c6ee0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions files/brews/elasticsearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

class Elasticsearch < Formula
homepage "http://www.elasticsearch.org"
url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.4.tar.gz"
sha1 "963415a9114ecf0b7dd1ae43a316e339534b8f31"
version '1.4.4-boxen1'
url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.5.tar.gz"
sha1 "4b270ed8e8ac1aeaa30134483c368148777987df"
version '1.4.5-boxen1'

head do
url "https://github.com/elasticsearch/elasticsearch.git"
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

$ensure = 'present'

$version = '1.4.4-boxen1'
$version = '1.4.5-boxen1'
$package = 'boxen/brews/elasticsearch'

$cluster = "elasticsearch_boxen_${::boxen_user}"
Expand Down
2 changes: 1 addition & 1 deletion spec/classes/elasticsearch_package_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
it do
should contain_homebrew__formula("elasticsearch")

should contain_package("boxen/brews/elasticsearch").with_ensure("1.4.4-boxen1")
should contain_package("boxen/brews/elasticsearch").with_ensure("1.4.5-boxen1")
end
end

0 comments on commit e8c6ee0

Please sign in to comment.