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 Sep 25, 2020
1 parent 91feb14 commit 0830cd2
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.9.1</version>
<version>7.9.2</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.9.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.9.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.9.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.9.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '0f55c624a0d51c4b20c294743337c13f940e752797e60c79262a93440450a002ff074fa12f28c1edce3c7dc5d522f71504f418a7c454f0943491841d4c790ec9'
checksum = '0b522feaebb2f8b0274f8bc9f6786d937bc383a465b8b77667a4465bb4633d995fb1dc50f6ae632f296f1a30e7eb53474a960c4ed94d710da6bebe0c351443c9'
checksumType = 'sha512'
checksum64 = '649a7e9f8f6fdacb43658fb633a58e530b06792de8e3adaa5fe4d6d3f0a5a134621e62537389f55be85234e20a375c3305430e15038f7512423226c3d06c6dcc'
checksum64 = 'de9e424b792d7d82532cbefaf00a10ecf2d6ec98d610578ed7c8b7ea05119e41184fba713390a318cdc70f04a9cd703d948d37825e0e29806ba9d139fa78da04'
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.9.1</version>
<version>7.9.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-7.9.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.9.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.9.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.9.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '7b0568c82614f10de4e7ccb1b284cf7ff2dbb1d02dd440be7f7bd526b28e3772fa8b7b6f51a73fb3c95ba987b8eeeb5738287dabfd857941f8690aa8ef5f0219'
checksum = '5fe97b44f1d60f923cf0ddbe0bee9dd8aaaf206411b0813abd680b54afde5e310d7f5d7aaa7195fc45ed015e7c37318ee2b5b066c4190f5b2d979ed2092f2707'
checksumType = 'sha512'
checksum64 = '1e746954c27c7b7407f852f796560899b87f43111accc638509d4ec34a9a1c8e7a1dfec2dd0737d01871fc64b07ee159365ee420d91c8ed4ad63411ddb783702'
checksum64 = '5dce2aa56aa0aa3197901b7cf2a1484c14ea6c819db88aa0ea2a8c5e57f38b2b7291a75dd9885e72e7325f1138a0c3d0925fe2a7700527846875910d47592ec9'
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.9.1</version>
<version>7.9.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-7.9.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.9.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.9.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.9.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '44f21fb0079dde3343885d9ef4963b0a27ab1b1d0373751a1164dbae92a3dd7fe192015f0b3ecd097863f5666cd97a57e1dc18d58825d133adc52539a6bab427'
checksum = '94c5be8557861264eebe7c2a1e7d9abb538b62f2a16d116f8a812a806eadea846590fe6fd1940bbf6b9dccd09b5c3575062031c38719b1dd0b4c715add8822e8'
checksumType = 'sha512'
checksum64 = 'ac50c6ca6ea0322e66612153f88c910954d188d5818ec504c4ec0601c4fe1ada0b209a8800cabaa856a6a72dcb5029cbc072fa3cb73f82a7cc6ab4a18705e98b'
checksum64 = 'c71b673f6b62135655a1cba659ec074e393ea35a7b7f8a25cb4b2883d4c6da34f2e4654f269811aa3cd296ac86aec9d460f2d33e342d4ae7aa4840dca6c2033b'
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.9.1</version>
<version>7.9.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-7.9.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.9.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.9.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.9.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '6efa22f2c4a6e9caf69fbf1b5b9187c700bbe4df08dc467be29b0a708b808604d237fd0f113db30b4e3f753c4bff484ce2c3e8addeb41ab7e317c06acd24ab80'
checksum = '83061ef6466709e88bd889f18156adde258c5463faf5464ec18b4dc590aecadee5a8dc25d2535ec121a7f60977bf18446a6c85e7ffa3121c974c4cbe40fe96f8'
checksumType = 'sha512'
checksum64 = '88344ae995fd87874344171c8b670e1eb172af8c6cc96b2d07db3af59dd3c48b3c9a97b36c9d271f95b5aabf76331e55f2d8083d649307bbe6bd9175a55e607a'
checksum64 = '57b1f7440206a48f3b7fb85d081db2a74d9cec3c1b321beaaa75ad50cefc671c1c5273de54987d6c047479777546f466006a24efb1ce9a27d6909c167a076656'
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.9.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.9.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.9.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.9.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '6901a1875a170e8a38d9132c978ea745d4eba8cdb3d597114a45c18c8681811f06fd4b9d2e530840832c42732d718c6b8528971a215ffb128a966af69bd4df10'
checksum = '07b1fb8c64197851d56bd3916a61c007590495d5fb3793b7c6ac3b96a86df0db0c35a38012e7b66a7999c1b0b4a1ace47bfb18b433217b81d8710360103efa6b'
checksumType = 'sha512'
checksum64 = '29e11a1b8f923316062dd6e7c23d3b951282ccd17b1677ef54880db104afa9934921bf8637b554b186419db8ab98429fe5aaa2803832b0e3b28a271df9069eea'
checksum64 = 'dde64c935dbd2f5f651bfd12e0f9c6432fe722523d28ddc5e811e08ee52c49efd4e28b44a715fa3404951e8fb912a933cfe24e8ff4e938f99e37b2d03b6edf32'
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.9.1</version>
<version>7.9.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 0830cd2

Please sign in to comment.