logstash 1.4.2
Closes Homebrew/homebrew#31375. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
51fadc80d8
commit
acc6ff8d4f
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Logstash < Formula
|
||||
homepage 'http://logstash.net/'
|
||||
url 'https://download.elasticsearch.org/logstash/logstash/logstash-1.4.1.tar.gz'
|
||||
sha1 '834599d28ce50012c221ece7a6783c5943221e36'
|
||||
url 'https://download.elasticsearch.org/logstash/logstash/logstash-1.4.2.tar.gz'
|
||||
sha1 'd59ef579c7614c5df9bd69cfdce20ed371f728ff'
|
||||
|
||||
def install
|
||||
inreplace %w{bin/logstash bin/logstash.lib.sh}, /^basedir=.*$/, "basedir=#{libexec}"
|
||||
|
|
Loading…
Reference in a new issue