elasticsearch 1.3.4

Upgrade to Elasticsearch 1.3.4

Closes Homebrew/homebrew#32815.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
master
Loren Siebert 2014-09-30 09:56:03 -07:00 committed by Mike McQuaid
parent 610779ece5
commit b1cb7d4c41
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require "formula"
class Elasticsearch < Formula
homepage "http://www.elasticsearch.org"
url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.3.tar.gz"
sha1 "559ebbd111c1eed9fdbb69f33815911723db52c5"
url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.4.tar.gz"
sha1 "6d63c5d95a6fecf88ce1673fee2aa47720c9e300"
depends_on :java => "1.7"