From dcfe1f39abfeacaf0286fdedc7efa9d1f1e067e6 Mon Sep 17 00:00:00 2001 From: ilovezfs Date: Wed, 30 Nov 2016 00:24:20 -0800 Subject: [PATCH] filebeat 5.0.2 Closes #7406. Signed-off-by: Tomasz Pajor --- Formula/filebeat.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/filebeat.rb b/Formula/filebeat.rb index 042b324a6d..f8f4af47f1 100644 --- a/Formula/filebeat.rb +++ b/Formula/filebeat.rb @@ -1,8 +1,8 @@ class Filebeat < Formula desc "File harvester to ship log files to Elasticsearch or Logstash" homepage "https://www.elastic.co/products/beats/filebeat" - url "https://github.com/elastic/beats/archive/v5.0.1.tar.gz" - sha256 "707bea8d8eb8cc358bddfcaffa5e90da2a09fab00f2fc53608cc013c79743117" + url "https://github.com/elastic/beats/archive/v5.0.2.tar.gz" + sha256 "feef1e53b978c12b3b3c552534fd666839df5d7d3b974e16636360ca6c4ab7c0" head "https://github.com/elastic/beats.git"