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 #27 from grantr/elasticsearch-1.7.1
Browse files Browse the repository at this point in the history
Elasticsearch 1.7.1
  • Loading branch information
rafaelfranca committed Aug 15, 2015
2 parents f02fa04 + 401ee51 commit 1f8f291
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions files/brews/elasticsearch.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
require "formula"

class Elasticsearch < Formula
homepage "http://www.elasticsearch.org"
url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.5.2.tar.gz"
homepage "http://www.elastic.co"
url "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-1.7.1.tar.gz"
sha1 "ffe2e46ec88f4455323112a556adaaa085669d13"
version '1.5.2-boxen1'
version '1.7.1-boxen1'

head do
url "https://github.com/elasticsearch/elasticsearch.git"
url "https://github.com/elastic/elasticsearch.git"
depends_on "maven"
end

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.5.2-boxen1'
$version = '1.7.1-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.5.2-boxen1")
should contain_package("boxen/brews/elasticsearch").with_ensure("1.7.1-boxen1")
end
end

0 comments on commit 1f8f291

Please sign in to comment.