Skip to content

Commit

Permalink
Update Elasticsearch to 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gmckeever committed Jan 22, 2015
1 parent 75e7f05 commit b18d8a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/autoparts/packages/elasticsearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ module Autoparts
module Packages
class Elasticsearch < Package
name 'elasticsearch'
version '1.0.0'
version '1.4.2'
description 'Elasticsearch: A flexible and powerful open source, distributed, real-time search and analytics engine'
category Category::DATA_STORES

source_url 'https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.0.0.tar.gz'
source_sha1 'f190f496502a6608373fca3e8faf65b13dbcc3cd'
source_url 'https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.2.tar.gz'
source_sha1 'ae381615ec7f657e2a08f1d91758714f13d11693'
source_filetype 'tar.gz'

def install
Expand Down

0 comments on commit b18d8a1

Please sign in to comment.