Elasticsearch 1.3.1

Closes Homebrew/homebrew#31213.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Oliver Byford 2014-07-29 13:27:02 +01:00 committed by Adam Vandenberg
parent c5109ff4bb
commit f3bbdc91af
1 changed files with 2 additions and 2 deletions

View File

@ -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"