aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elasticsearch.rb
diff options
context:
space:
mode:
authorLoren Siebert2014-09-29 15:00:22 -0700
committerJack Nagel2014-09-29 20:13:13 -0500
commit503652c3a0f3059adf9d8f5527dff4a7011af811 (patch)
treea1e60f250c09bf4eac9f26699f308a14f5656734 /Library/Formula/elasticsearch.rb
parenta63556ca6ed742bc46efc79c0282640357f44d80 (diff)
downloadhomebrew-503652c3a0f3059adf9d8f5527dff4a7011af811.tar.bz2
elasticsearch 1.3.3
https://github.com/Homebrew/homebrew/issues/32793 Closes #32794. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/elasticsearch.rb')
-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 d5cb68e04..8e2832091 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.2.tar.gz"
- sha1 "a7ea036468473084cd62e846f05a2069a987fb03"
+ url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.3.tar.gz"
+ sha1 "559ebbd111c1eed9fdbb69f33815911723db52c5"
depends_on :java => "1.7"