Skip to content

Commit

Permalink
AU: 4 updated - filebeat metricbeat packetbeat winlogbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 6, 2018
1 parent e0d543d commit 04911e2
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 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.5.1</version>
<version>6.5.2</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.5.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.5.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.5.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-6.5.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand Down Expand Up @@ -32,9 +32,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '085876bf7222f5b71a18e275b319a7c923110581b349cce502f700d6c0db9807d73c0a8fc4bd7cb1e25da3e09e38961bb91677ceb7ea092fee77e5dd6f902de4'
checksum = '3a6ab1ed7f9921b826b9ec71ca62446eacdeb7ac5c4c3bac814cad30a41fa966d76975639e8b79f13f95cf948fee81362c4d0b0676ee51899e27428583a3e6de'
checksumType = 'sha512'
checksum64 = 'db8ea146338631e16b1454dff5d23ef09b384c8d8355ff7b92873ea051b632e4259d1921c90b8649762005a04b0630f25eef5781d6f3edef9c072918f27ca878'
checksum64 = '57923a69a5f6f5ef0bfc67e6152e94942f7e7a3bb838d52dfbd5d61d29fcbe2d35503f0886ecc352f3606a6401aa56f156caac9f3a6330ed14874ad3879f55c6'
checksumType64= 'sha512'
specificFolder = $folder
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/metricbeat/metricbeat.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>metricbeat</id>
<version>6.5.1</version>
<version>6.5.2</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/metricbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>metricbeat</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/metricbeat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageName= 'metricbeat'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.5.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.5.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.5.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-6.5.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand Down Expand Up @@ -32,9 +32,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'a35aad9e1212eaf17fb6810647a705a07ce33cac58212e3e6e3eecf6bb1cc55dce15254dff9999b3ec72f697c4c23c1f422afc943c421ae2aeb7d19dd55d9a0b'
checksum = '963a4b8ce00cc0d8b5486d07bffdac5986c44cf1d22e8f4e1f51d31bb52ec1c8701cc1ee94961da8efd98e6e6b2fdb952a8ff97191a823f624acea714861fd3b'
checksumType = 'sha512'
checksum64 = '62bde05025302a14fa8890ca04c7fca2b2a8682980c4f08a02c63005255772557edf49307a3f36ea28b83bf4026a6895d31c9fc80aef91372f12db4cc472cf39'
checksum64 = '80a3ca6913b2e1ab251ee0e3854532928b4e38763273f61792be4442461ef86060dcd192b98cc1cd79f33cb8ef72632620a0fb37784728adc2c5cbf0ba53853c'
checksumType64= 'sha512'
specificFolder = $folder
}
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.5.1</version>
<version>6.5.2</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.5.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.5.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.5.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.5.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand Down Expand Up @@ -32,9 +32,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'eeb5dc8c80f773a5b98f5a8bd06310bd4201c60f6e449aa728a72998a15b24a638e4d535c88822f1bb140a81e3fd3f790dc73cc73c6471c2dd8cff2b960934ce'
checksum = '346a82de4359ab9b51056e830f16061f4e2a4ef16c520b577c8a38e3228bf020bd8262690d0ca2f0ef97ae2c375cd3150a44d7392771212add771d2422c2a5da'
checksumType = 'sha512'
checksum64 = 'c9dcd51ed9c63d5921cedaf997d9ab3db1862a60fc9fae4583df43f1f3dd40a89ed0af01ac8e27f24e47bdc71b57edb3b884d4102e35d9e0e708d2075ebd84a6'
checksum64 = '4f91d189e1eb8ced59bbfa94a0e660938cca270e446ca8a7e60eb7b1664a6782a568f22f02e0c0422d86baf035060df5ba130ae8f18557df2e7434c9e69ff3ad'
checksumType64= 'sha512'
specificFolder = $folder
}
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.5.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.5.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.5.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.5.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand Down Expand Up @@ -32,9 +32,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '1b3930c1991b28a7636a5a21d9ff3b39c217aae3672376b88f226190662d112d43ead930ad8b08b7a57203f8bf9ac47000f96229acfa5cb18158a84b23d9e929'
checksum = '3499f14e29faf76d6d56a6617de617bc7a51d5629b531851b2d6e74dd99e2f02cc91cf943b4b1c28f180627dcfe142e33bfc4b26dca1d06b9228a3025c78532d'
checksumType = 'sha512'
checksum64 = 'ecbab4f0f721963e8852c12465d035087162f6acd024ed724cebba2c63c6e7c6e6c0d4b6995bf0c8982d96099f1c3eba1de7d2b3e99cbe60743a115b0cd93d67'
checksum64 = '3516b9831d7d08285819cb92351dded4ba5d19bcfea76b3597f6ccdc231aef30acc04941741709422d8bb12ab832ce0b2f533887bb765f46b58804879325a10e'
checksumType64= 'sha512'
specificFolder = $folder
}
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.5.1</version>
<version>6.5.2</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 04911e2

Please sign in to comment.