Elasticsearch 1.3.1
Closes Homebrew/homebrew#31213. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
c5109ff4bb
commit
f3bbdc91af
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue