aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elasticsearch.rb
diff options
context:
space:
mode:
authorOliver Byford2014-07-29 13:27:02 +0100
committerAdam Vandenberg2014-07-29 07:24:42 -0700
commitf19e4478de075035dca2b267121a68c98a173bc1 (patch)
tree016e565649990170776802fbdbeada6bad6fd615 /Library/Formula/elasticsearch.rb
parent0282bca690a14bf9645646b270512db12e5f1a39 (diff)
downloadhomebrew-f19e4478de075035dca2b267121a68c98a173bc1.tar.bz2
Elasticsearch 1.3.1
Closes #31213. Signed-off-by: Adam Vandenberg <flangy@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 43bd4b1da..a7c1a5e8d 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.0.tar.gz"
- sha1 "f9e02e2cdcb55e7e8c5c60e955f793f68b7dec75"
+ url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.3.1.tar.gz"
+ sha1 "8f116d47d015fb0cb3617d213b5673490b052c39"
head do
url "https://github.com/elasticsearch/elasticsearch.git"