From 582420cc2236e750b0547bdaea912e67907757af Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 18 Apr 2018 12:03:36 +0000 Subject: [PATCH] AU: 3 updated - filebeat packetbeat winlogbeat [skip ci] --- automatic/filebeat/filebeat.nuspec | 2 +- automatic/filebeat/tools/chocolateyinstall.ps1 | 8 ++++---- automatic/packetbeat/packetbeat.nuspec | 2 +- automatic/packetbeat/tools/chocolateyinstall.ps1 | 8 ++++---- automatic/winlogbeat/tools/chocolateyinstall.ps1 | 8 ++++---- automatic/winlogbeat/winlogbeat.nuspec | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/automatic/filebeat/filebeat.nuspec b/automatic/filebeat/filebeat.nuspec index c606c5de7..6cf1fe822 100644 --- a/automatic/filebeat/filebeat.nuspec +++ b/automatic/filebeat/filebeat.nuspec @@ -2,7 +2,7 @@ filebeat - 6.2.3 + 6.2.4 https://github.com/palethorper/chocolatey-packages/tree/master/automatic/filebeat palethorper filebeat diff --git a/automatic/filebeat/tools/chocolateyinstall.ps1 b/automatic/filebeat/tools/chocolateyinstall.ps1 index 0bfa3262f..c599f1743 100644 --- a/automatic/filebeat/tools/chocolateyinstall.ps1 +++ b/automatic/filebeat/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageName= 'filebeat' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.2.3-windows-x86.zip' -$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.2.3-windows-x86_64.zip' +$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.2.4-windows-x86.zip' +$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.2.4-windows-x86_64.zip' $installationPath = $toolsDir @@ -13,9 +13,9 @@ $packageArgs = @{ unzipLocation = $installationPath url = $url url64bit = $url64 - checksum = '2a2aebf61e3ca1d383cc73e32ae03b9203e533e4c35508f0f775714c3d23fff6541adc83c8a983a2c6741e26cd2871490a44443b220acbc45b20ad8498016979' + checksum = 'e589008db1e109d946b6d08513842228e66b28d5a015c061c0a3f6e6cfaaca728981444ff8b74a136924518e51e87437d399bb642f2c6b51d56b401f3dcc6cb0' checksumType = 'sha512' - checksum64 = 'cc25125497b8f5c427f54e0398b45e75721676aba7102de24e4a1e8aa71ba53ae68c24c774ea44298dfdccccc204c1e0e7074e07b5f88d4b735c76ff2c349f22' + checksum64 = 'a96f8cb94d79fb80f052ae8a940de1dc0ed4664c4b10b5e80bfcc1aabfc0d6594163e354df9773e5e86c77d26e8096081dbb68a93ed0d6dca718a2b31821b1db' checksumType64= 'sha512' } diff --git a/automatic/packetbeat/packetbeat.nuspec b/automatic/packetbeat/packetbeat.nuspec index 067bc55d7..9aaa6f2fd 100644 --- a/automatic/packetbeat/packetbeat.nuspec +++ b/automatic/packetbeat/packetbeat.nuspec @@ -2,7 +2,7 @@ packetbeat - 6.2.2 + 6.2.4 https://github.com/palethorper/chocolatey-packages/tree/master/automatic/packetbeat palethorper packetbeat diff --git a/automatic/packetbeat/tools/chocolateyinstall.ps1 b/automatic/packetbeat/tools/chocolateyinstall.ps1 index c730b9064..c635f3861 100644 --- a/automatic/packetbeat/tools/chocolateyinstall.ps1 +++ b/automatic/packetbeat/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageName= 'packetbeat' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.2.2-windows-x86.zip' -$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.2.2-windows-x86_64.zip' +$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.2.4-windows-x86.zip' +$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.2.4-windows-x86_64.zip' $installationPath = $toolsDir @@ -13,9 +13,9 @@ $packageArgs = @{ unzipLocation = $installationPath url = $url url64bit = $url64 - checksum = 'a6e065d8715944bbd23b0f43c884ef2a3eb9604f6998a94a36c65809654de33e3e2502732508cd91b846ac387892cc1d92a3b7bb0e4241a85d3fd0adfac428c9' + checksum = '93f58f1e3c3e682855ffa3ecfb556d001ac091c6802f05c889f02a1b5c34f555203744ae52f7217a652283935791bfd6b9f39ba5d824ea96a465d39d6d9b0f77' checksumType = 'sha512' - checksum64 = 'b2dcf8de5fecdd697fe73af952b1150ca5f82ea964a4b8fb07a31513aec7265392504e12e0a846169430bdd22f1c589b47983dd16a64a4c11523d2ef0cfea50d' + checksum64 = '1e6bd3c0f6ee244a97b29f2e221b0211771cd1163c9c7d87fbe8c137656239bba1c14af10406cab4d36e01b38d37ac5650cedc6880afb1c5320fc9a622249955' checksumType64= 'sha512' } diff --git a/automatic/winlogbeat/tools/chocolateyinstall.ps1 b/automatic/winlogbeat/tools/chocolateyinstall.ps1 index 0ed19553b..d06447def 100644 --- a/automatic/winlogbeat/tools/chocolateyinstall.ps1 +++ b/automatic/winlogbeat/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageName= 'winlogbeat' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.2.3-windows-x86.zip' -$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.2.3-windows-x86_64.zip' +$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.2.4-windows-x86.zip' +$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.2.4-windows-x86_64.zip' $installationPath = $toolsDir @@ -13,9 +13,9 @@ $packageArgs = @{ unzipLocation = $installationPath url = $url url64bit = $url64 - checksum = '315f5d16137bd518994e0aa6ddaaa4ef433b56d393f3d7e0c9c1e4f0913ca91b21e94a21f2ac6d71e47f88ee24741e6e3fa504d186914e6b7e9367edab684837' + checksum = '6f356a1651ab7203f90088142c2535056959294cab56a6c52586761fa35c26f37891622a60d127be749fd03e5ad1cdd03bce21000fd0f22f1ed2bfca815ea99d' checksumType = 'sha512' - checksum64 = 'f35fec1e29f7432abe869a5b7900f6cfe6fe698e2e75ef5d5c32117d11d433b57936c7cd50aec3d8e0acde92ca104235eccc1234c54700106f606380c7e884e2' + checksum64 = 'ed19c03868cad2975639772405003d3ad2fa217b72161ffac56c65ca16cd2f91aa0f474b5928318255c9b1204d67611052e379dafe9faab2de85c8f4c15de2bd' checksumType64= 'sha512' } diff --git a/automatic/winlogbeat/winlogbeat.nuspec b/automatic/winlogbeat/winlogbeat.nuspec index 699fbe025..ba89e043b 100644 --- a/automatic/winlogbeat/winlogbeat.nuspec +++ b/automatic/winlogbeat/winlogbeat.nuspec @@ -2,7 +2,7 @@ winlogbeat - 6.2.3 + 6.2.4 https://github.com/palethorper/chocolatey-packages/tree/master/automatic/winlogbeat palethorper winlogbeat