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 Oct 23, 2020
1 parent 0830cd2 commit 90bed6b
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.2</version>
<version>7.9.3</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.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.9.2-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.9.3-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.9.3-windows-x86_64.zip'

$installationPath = $toolsDir

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

$installationPath = $toolsDir

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

$installationPath = $toolsDir

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

$installationPath = $toolsDir

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

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '07b1fb8c64197851d56bd3916a61c007590495d5fb3793b7c6ac3b96a86df0db0c35a38012e7b66a7999c1b0b4a1ace47bfb18b433217b81d8710360103efa6b'
checksum = '06f5a57f0e9170f07f6b8898e56571601c3db0a04940ef175babeec09d83d2536afaa430bab446f196ac32e0975dd0212dd4b598d6e4e4116ddafd8e456185c3'
checksumType = 'sha512'
checksum64 = 'dde64c935dbd2f5f651bfd12e0f9c6432fe722523d28ddc5e811e08ee52c49efd4e28b44a715fa3404951e8fb912a933cfe24e8ff4e938f99e37b2d03b6edf32'
checksum64 = 'fcd3ae0195824da02d891f56873b9a65c5b023ab67d75841930a44ea367fcc3da77286e2e7d6169192eb0dbdaac026932e2abcc9df872fbf6aefc4727c087313'
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.2</version>
<version>7.9.3</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 90bed6b

Please sign in to comment.