logstash 1.3.3
Closes Homebrew/homebrew#26093. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
c6fd3e88c7
commit
0b7964498d
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Logstash < Formula
|
class Logstash < Formula
|
||||||
homepage 'http://logstash.net/'
|
homepage 'http://logstash.net/'
|
||||||
url 'https://download.elasticsearch.org/logstash/logstash/logstash-1.3.2-flatjar.jar'
|
url 'https://download.elasticsearch.org/logstash/logstash/logstash-1.3.3-flatjar.jar'
|
||||||
sha1 'd49d48e0a9590eccb3b8acaa368c01f18125f33d'
|
sha1 '8effc7027093188b968fed37513ca647f96d6d8c'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
libexec.install "logstash-#{version}-flatjar.jar"
|
libexec.install "logstash-#{version}-flatjar.jar"
|
||||||
|
|
Loading…
Reference in a new issue