logstash 1.4.2

Closes Homebrew/homebrew#31375.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Adam White 2014-08-05 16:23:43 -05:00 committed by Adam Vandenberg
parent 51fadc80d8
commit acc6ff8d4f
1 changed files with 2 additions and 2 deletions

View File

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