aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elasticsearch.rb
diff options
context:
space:
mode:
authorOleg Bovykin2015-03-23 20:36:17 +0300
committerMike McQuaid2015-03-24 07:46:56 +0000
commit0eb7aa759664d870197f97c28cb8ef88eaafcf83 (patch)
treee4307114cdc8f953468db5f02b5204e1da078dd1 /Library/Formula/elasticsearch.rb
parent2ec86641deab37baafe7a5b5adedec3667f7f356 (diff)
downloadhomebrew-0eb7aa759664d870197f97c28cb8ef88eaafcf83.tar.bz2
elasticsearch 1.5.0
Updated elasticsearch to 1.5 from 1.4.4 Closes #37999. Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 6d5f91051..81d1c7414 100644
--- a/Library/Formula/elasticsearch.rb
+++ b/Library/Formula/elasticsearch.rb
@@ -1,7 +1,7 @@
class Elasticsearch < Formula
homepage "http://www.elasticsearch.org"
- url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.4.tar.gz"
- sha1 "963415a9114ecf0b7dd1ae43a316e339534b8f31"
+ url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.5.0.tar.gz"
+ sha1 "07987acd48c754b8e7db6829314b56e1928b5e1b"
depends_on :java => "1.7+"