Skip to content

Commit

Permalink
AU: 5 updated - auditbeat filebeat metricbeat packetbeat winlogbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 18, 2021
1 parent e1b4b8b commit 91d9384
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion automatic/auditbeat/auditbeat.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>auditbeat</id>
<version>7.11.0</version>
<version>7.11.1</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/auditbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>auditbeat</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/auditbeat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageName= 'auditbeat'

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

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '1afe58c54be325af7c6e247db1ac8e7c635808c7c3f2d97491ec4d9fb73e8b65b57f636bf40620e35a964bfad390c746eff00fa4911a78c6daa1ec1f58e2d370'
checksum = '5121986745c6c485c36f9d43893eac66d8675de9dc8739f1abdf389eca11360942ef4f437ede37a36d528fdb5b57c7ae189bc9d9c31fc4e54f7bce66988deb20'
checksumType = 'sha512'
checksum64 = 'a5dd6d6206f314f813002c05c4d8cc0d96b2c1fab32dce504b1aa01cce060f810b60506c7f9d7c639ead95378b0967f9a6e77f8839499a6ca03482f18e904a1a'
checksum64 = '9bbbec66d3b559eb5868f69bcd33bf49575944ce942a438bf7cbfec0fa1bab942b53217e5a8e599db25c0509d0d10e4b71a617fda8a64c76271ab2f6f4e127ac'
checksumType64= 'sha512'
specificFolder = $folder
}
Expand Down
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>7.11.0</version>
<version>7.11.1</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-7.11.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.11.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.11.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.11.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '1a49bd7ae87be5a058e5303709d26a3fe1f63975555b33d992767b85917594e19cd1a7a077c75a7be7c4571d8dc753795d5bdf02ac347862be8b2dc722a0ac54'
checksum = '823531a5e3c6cd8665e6479c6f03ff0535abb308eb27dad609de36af1451e7838b95ec8fed8ad6ba0c34cbcea9147d149f6e7fbe41e3f951cc53091927eef145'
checksumType = 'sha512'
checksum64 = '0dcc1c19b82d82206dcee427dd1f4b27f20e19614aa9bc473b979ebcada34ca84987f936800505eb23b39cd35265ab1e73e0b92ca9e4e81788e4c3e3c09e50be'
checksum64 = 'baf4fd5aa47cde20e3e708f4aac205d0b7a763a76dc1faacc0311648cc320d3baa8b4a13f763a9ec4e1791a32ffe260ce91d4ea8acfe8538c7472c92f1297aa7'
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>7.11.0</version>
<version>7.11.1</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-7.11.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.11.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.11.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.11.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '48f61d7306814f52347c9d6f23f55df8ffa73cc78cd11457f374236df41e5d8015576c1f237ba197bf76d11520d49b33ab7f31830cac688cc96d75a97786e3de'
checksum = '36a9b9f03ae0b731587a8e64ecbab060f2bdcfb204f5569eee32214a935f2b25a73b346b9c072619e3887833217818ebe40406579fd6996a28e83a843476fa55'
checksumType = 'sha512'
checksum64 = 'fbaec15047e79dde8fa60b2612b9b82439f8d995205380a86ee27e707eb612c97024d0baa6ff96203af6b986649dae792dc84e278062e750269cbb9d795145e2'
checksum64 = 'b0c9a7089b09469ec2f4509f106e84c798758c47d37a0833643818f8c829980cbd11020c8372942c53efc388ae707f41ec8313f45a476fa120a265036351e9d1'
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>7.11.0</version>
<version>7.11.1</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-7.11.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.11.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.11.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.11.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '781a3bdf9a36e941334f5d8c9fa0d9a8b626dcfbef26b1372e290f29756f6a66fad408c4721ca880d7661a1b9f92e5bb9e93a88b72a6c8bce8dcb8a6b4ceb746'
checksum = '91fdf95b7a9772cb826e8b7590378a04dfd6ea751cd6ea83e408b8ace307cb84aecb8fff0c709d168430e8db4b55273f199f8f2e315ac49d1348909b6ab4039e'
checksumType = 'sha512'
checksum64 = '88a0ec63928cc768344537f288121a06e2c0e176b109a61fecd4ab4513d6951b9d21de32c52097ac381f797e92d71b509048bb38d294387e3be0b0736ce535c5'
checksum64 = '1f05631974e784e110fea88515da7f8c05cdc02027f10fdf22da22be3855c83d04feeb2dcd1470b4c12836560d5437e176a7910125b61ab3621fcd26e446c45d'
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-7.11.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.11.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.11.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.11.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'ffaee9b1e0f409d6ff871c16f6e94c31ebf5c7401b681cf120d12968e7928c5f9fab06adb8d29454e843e767868b0e294aa2caa2053f34d205dfd09865dc30f0'
checksum = '3c5651fcfd62e1c818c1a8435e209a2c13583ba608ddb0afc4656ba5450c9bc2fe7c3986740e9d7bae639b7716597659c5d8ac874a4ee7212359208a1eb3c7eb'
checksumType = 'sha512'
checksum64 = '3fbbdedb2b83db2ffa0fdc18448c7ce4e7d7d0c2f4aa315c1991729f96044246212551b4b5461390e8d72e46dc9ffab08985d579dfed00413f03ff429bc7eb04'
checksum64 = 'fbec97a6689f206a0d1b67cefcd54a3dfafe010b7bf457a3f3e4b9c09dc520370ccd992134345f8a5ff26b6637d067957d772bbd781f063f6929047dce1f7e0d'
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>7.11.0</version>
<version>7.11.1</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 91d9384

Please sign in to comment.