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 Dec 10, 2020
1 parent 2cbc77f commit fa44ee4
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.10.0</version>
<version>7.10.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.10.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.10.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.10.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.10.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '95ef606ae4a335552d604918fce58efad9aff2991d4f992d0385118f0c3f1f3215f128cd29354395e0b9840b2d9f5b38266907f4f29158bd75590afd17face8a'
checksum = '7a5426562d8ec2e198a5f905ae3a2e5aba944fe24d0e678503c5b575e3cb5d345cbc508b8af22dd3cfc79f34d72a4c277cbd5b842d4ec70d9883c96d4b58a2c3'
checksumType = 'sha512'
checksum64 = 'd22f31eaf0f875d61e3c9a60d2e9d2b5bce2d706ac0680a6254574c47f9926e3a10c2955fed7b61dc25015048bcb93b8decf1eda7b63d7ffa0b54bae613f4157'
checksum64 = '16ff8d8b7bdb27b699bfb70b81a901b66bc606cd579383a020d4fd06190f46c64432b7abee6d0855159b77975b442696a9d84ddc3237413d5ab7741aecdc6762'
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.10.0</version>
<version>7.10.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.10.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.10.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.10.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.10.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '4cef6403172142180d3de7c0786f302fdf5c9e8443092f6d2c375984c54dd185dde2d882b9c083d57cc02fed72ae010b37b4124fa284e59e029c75887003c072'
checksum = '8f7709f19e1390e401ab54e49ef3ad48d50ba78440aa94417cb61c48c5849cbd26d54e1c5e07e34096115ae3caaf34c5a7dd7a6075e270ba633c901d5f8847a7'
checksumType = 'sha512'
checksum64 = 'a55fef9edc30b136ab1a83744a9b1ae53a483488921369f6e59d7aec5091bb2868e971ce21f1698905a8f215f463bda086622abdaf99cbeb1cfa834bcc8d2005'
checksum64 = '317da2556e79f56cf38e2a9771ac827e53b27c5d4c523cafc8ecc85dd974b2cf04733788970834eb6dd600cef29231063980ee1b1f200f45e9b5c9adc88e63cb'
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.10.0</version>
<version>7.10.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.10.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.10.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.10.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.10.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'ff8f79c1ea14fda3357e78f28a97f39d7adf1a80fbe61452c08b32b240a619a522953025c7a3ccdc742805b2bc325053ed9103cdbcd002063cd0400a49ec3daf'
checksum = '7927033caeb978abc41304aa42b480d2d19eb2150b8ea25050d94179e633e9d2f5ca78d20e164cfba909df3cb36594a4878b5cac39844e90b8d5f1916ee85b37'
checksumType = 'sha512'
checksum64 = '46c686971c00f00de842880f65d062ca6b22747c2c5e9303035b83436ce1148beb7c673157895ec853dc833d3909cd0cfd66af7b9c9ea5e1398f33d79d80153e'
checksum64 = 'b6f44a2ff169023558d9d1e2bd42130c4f41658bee6a4f881055f52873ab0f4a79f9a6b73af123225ba3a7d66fe5b379e6cb27c631ce8e5003ea683596c75b36'
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.10.0</version>
<version>7.10.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.10.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.10.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.10.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.10.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '4810d621e4b9f8ff29cb2933db365186e8152453013b152c8d916772f04147341cf0ba274ded2fd9b35d1b136abdbb8a122a9f6925386959338787d89c85cd06'
checksum = '35395a6ac820056838b7114debb45e8dd4d8c3c8a3d9e7f4c59ae9c04522192b9c4fe88e0bdd598b1e7c9373e8f173524e01a0363f063f09bd892d44d53d4e93'
checksumType = 'sha512'
checksum64 = '0b40785aa1a415479b6a820071a9c87df0ad7e2b70c076de35cb42b1d7d3e2313463754c50428b0e7c26cfec503f6ed95518456b4a9bd53f1a9d57b386775d83'
checksum64 = '40239aaa2bc3f9a5282d3d0cbc5a74668236600431abec7a0ad3a4605038ef9e2273022c8022293751e389e4f8b4b11dc0fa1e7373e650107ad881493414cee1'
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.10.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.10.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.10.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.10.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'e82051b1ede20482dcd8c25f924176e6634fe270fc0479b8834f96e062c5b9c179b0295f1bfbf55062c5a772eaab7856cb3215ca2e5649b10dcf3b7af8152c71'
checksum = '878a89c3e8de844c6490fa769b8f84af29d97aa9e55505d88276afce21eb2bbc108ddfae3a1b5bd3b76ebe84b2b70a4e2fa0d207d833dfb9b6494a37397fb294'
checksumType = 'sha512'
checksum64 = '7df56fd7c58538997117b9bc6eadf42c2abf77e5823d717f925a01a01776b3791163027b45809f5d7062cdbd3be1360a78a6e045364f35096dc52521296d7544'
checksum64 = '6a9de7b78d94f8df4f8b83702d5577cd6e4fa3bd53af8f8306265d8daf495b8719023d0ef334a67eb4f8aea8e543c2a9a1ea39946b9401e5a3c0a4f3bbafa99a'
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.10.0</version>
<version>7.10.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 fa44ee4

Please sign in to comment.