aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLoren Siebert2014-09-30 09:56:03 -0700
committerMike McQuaid2014-09-30 10:33:31 -0700
commitafe0820d84c483e7cc457df2e760b6c0defddd30 (patch)
tree8150fe11cfc4f831843d03ecc2427ea357b3f2ab /Library
parentc4e96ebb231953356e4be536d0e34f33dc425fae (diff)
downloadhomebrew-afe0820d84c483e7cc457df2e760b6c0defddd30.tar.bz2
elasticsearch 1.3.4
Upgrade to Elasticsearch 1.3.4 Closes #32815. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/elasticsearch.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb
index 8e2832091..a59ed5fca 100644
--- a/Library/Formula/elasticsearch.rb
+++ b/Library/Formula/elasticsearch.rb
@@ -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"