Skip to content

Instantly share code, notes, and snippets.

@holg
holg / elasticsearch14.rb
Created October 4, 2018 13:56 — forked from ryansch/elasticsearch14.rb
Elasticsearch 1.4 Formula
class Elasticsearch14 < Formula
homepage "http://www.elastic.co"
url "https://download.elasticsearch.org/elasticsearch/elasticsearch/elasticsearch-1.4.4.tar.gz"
sha1 "963415a9114ecf0b7dd1ae43a316e339534b8f31"
depends_on :java => "1.7+"
def cluster_name
"elasticsearch_#{ENV["USER"]}"
end