aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elasticsearch.rb
diff options
context:
space:
mode:
authorPaul Wittmann2014-07-24 08:13:58 +0200
committerMike McQuaid2014-07-24 08:52:04 +0100
commitafe760c25dcc0843da03b211f1978b4167cb0152 (patch)
tree99998a107d2c7b6885dd79db25c82964d46ce2f7 /Library/Formula/elasticsearch.rb
parent4d564d05a7b09e4655b23abd4147397bb040b5dd (diff)
downloadhomebrew-afe760c25dcc0843da03b211f1978b4167cb0152.tar.bz2
elasticsearch 1.3.0
Formula/elasticsearch.rb: updated to 1.3.0. Closes #31083. 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 6b6f9d7b8..43bd4b1da 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.2.2.tar.gz"
- sha1 "2c30c3c246896818a7f652720d4e418aa5cb278b"
+ url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.0.tar.gz"
+ sha1 "f9e02e2cdcb55e7e8c5c60e955f793f68b7dec75"
head do
url "https://github.com/elasticsearch/elasticsearch.git"