Skip to content

Commit

Permalink
AU: 3 updated - filebeat packetbeat winlogbeat
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Apr 18, 2018
1 parent 06ed883 commit 582420c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion automatic/filebeat/filebeat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>filebeat</id>
<version>6.2.3</version>
<version>6.2.4</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/filebeat</packageSourceUrl>
<owners>palethorper</owners>
<title>filebeat</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filebeat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '2a2aebf61e3ca1d383cc73e32ae03b9203e533e4c35508f0f775714c3d23fff6541adc83c8a983a2c6741e26cd2871490a44443b220acbc45b20ad8498016979'
checksum = 'e589008db1e109d946b6d08513842228e66b28d5a015c061c0a3f6e6cfaaca728981444ff8b74a136924518e51e87437d399bb642f2c6b51d56b401f3dcc6cb0'
checksumType = 'sha512'
checksum64 = 'cc25125497b8f5c427f54e0398b45e75721676aba7102de24e4a1e8aa71ba53ae68c24c774ea44298dfdccccc204c1e0e7074e07b5f88d4b735c76ff2c349f22'
checksum64 = 'a96f8cb94d79fb80f052ae8a940de1dc0ed4664c4b10b5e80bfcc1aabfc0d6594163e354df9773e5e86c77d26e8096081dbb68a93ed0d6dca718a2b31821b1db'
checksumType64= 'sha512'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/packetbeat/packetbeat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>packetbeat</id>
<version>6.2.2</version>
<version>6.2.4</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/packetbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>packetbeat</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/packetbeat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'a6e065d8715944bbd23b0f43c884ef2a3eb9604f6998a94a36c65809654de33e3e2502732508cd91b846ac387892cc1d92a3b7bb0e4241a85d3fd0adfac428c9'
checksum = '93f58f1e3c3e682855ffa3ecfb556d001ac091c6802f05c889f02a1b5c34f555203744ae52f7217a652283935791bfd6b9f39ba5d824ea96a465d39d6d9b0f77'
checksumType = 'sha512'
checksum64 = 'b2dcf8de5fecdd697fe73af952b1150ca5f82ea964a4b8fb07a31513aec7265392504e12e0a846169430bdd22f1c589b47983dd16a64a4c11523d2ef0cfea50d'
checksum64 = '1e6bd3c0f6ee244a97b29f2e221b0211771cd1163c9c7d87fbe8c137656239bba1c14af10406cab4d36e01b38d37ac5650cedc6880afb1c5320fc9a622249955'
checksumType64= 'sha512'
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/winlogbeat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '315f5d16137bd518994e0aa6ddaaa4ef433b56d393f3d7e0c9c1e4f0913ca91b21e94a21f2ac6d71e47f88ee24741e6e3fa504d186914e6b7e9367edab684837'
checksum = '6f356a1651ab7203f90088142c2535056959294cab56a6c52586761fa35c26f37891622a60d127be749fd03e5ad1cdd03bce21000fd0f22f1ed2bfca815ea99d'
checksumType = 'sha512'
checksum64 = 'f35fec1e29f7432abe869a5b7900f6cfe6fe698e2e75ef5d5c32117d11d433b57936c7cd50aec3d8e0acde92ca104235eccc1234c54700106f606380c7e884e2'
checksum64 = 'ed19c03868cad2975639772405003d3ad2fa217b72161ffac56c65ca16cd2f91aa0f474b5928318255c9b1204d67611052e379dafe9faab2de85c8f4c15de2bd'
checksumType64= 'sha512'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/winlogbeat/winlogbeat.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>winlogbeat</id>
<version>6.2.3</version>
<version>6.2.4</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/winlogbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>winlogbeat</title>
Expand Down

0 comments on commit 582420c

Please sign in to comment.