diff --git a/automatic/auditbeat/auditbeat.nuspec b/automatic/auditbeat/auditbeat.nuspec index 7cf74dc38..420341a64 100644 --- a/automatic/auditbeat/auditbeat.nuspec +++ b/automatic/auditbeat/auditbeat.nuspec @@ -2,7 +2,7 @@ auditbeat - 7.10.1 + 7.10.2 https://github.com/palethorper/chocolatey-packages/tree/master/automatic/auditbeat palethorper auditbeat diff --git a/automatic/auditbeat/tools/chocolateyinstall.ps1 b/automatic/auditbeat/tools/chocolateyinstall.ps1 index e76600f53..253594628 100644 --- a/automatic/auditbeat/tools/chocolateyinstall.ps1 +++ b/automatic/auditbeat/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageName= 'auditbeat' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$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' +$url = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.10.2-windows-x86.zip' +$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.10.2-windows-x86_64.zip' $installationPath = $toolsDir @@ -15,9 +15,9 @@ $packageArgs = @{ unzipLocation = $installationPath url = $url url64bit = $url64 - checksum = '7a5426562d8ec2e198a5f905ae3a2e5aba944fe24d0e678503c5b575e3cb5d345cbc508b8af22dd3cfc79f34d72a4c277cbd5b842d4ec70d9883c96d4b58a2c3' + checksum = 'c12aa10450ed7630e8efea7102752d871f2c2376e023becc390f52f7483dd82b2086ab218709f43b0d5bfa8c8a330c6363256c7262bf3408cf7fde12d7b9fecc' checksumType = 'sha512' - checksum64 = '16ff8d8b7bdb27b699bfb70b81a901b66bc606cd579383a020d4fd06190f46c64432b7abee6d0855159b77975b442696a9d84ddc3237413d5ab7741aecdc6762' + checksum64 = 'cd7dea383bf19da90717a58bd96e97d2000c02a68279c283d01e8fa4243021e765f14840020dbeca3862045e228afcb667bc8cb8e8efe13b934cb1d5801e59d5' checksumType64= 'sha512' specificFolder = $folder } diff --git a/automatic/filebeat/filebeat.nuspec b/automatic/filebeat/filebeat.nuspec index 4ea2fbd79..e75549809 100644 --- a/automatic/filebeat/filebeat.nuspec +++ b/automatic/filebeat/filebeat.nuspec @@ -2,7 +2,7 @@ filebeat - 7.10.1 + 7.10.2 https://github.com/palethorper/chocolatey-packages/tree/master/automatic/filebeat palethorper filebeat diff --git a/automatic/filebeat/tools/chocolateyinstall.ps1 b/automatic/filebeat/tools/chocolateyinstall.ps1 index c564251b7..f747a070c 100644 --- a/automatic/filebeat/tools/chocolateyinstall.ps1 +++ b/automatic/filebeat/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageName= 'filebeat' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$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' +$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.10.2-windows-x86.zip' +$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.10.2-windows-x86_64.zip' $installationPath = $toolsDir @@ -15,9 +15,9 @@ $packageArgs = @{ unzipLocation = $installationPath url = $url url64bit = $url64 - checksum = '8f7709f19e1390e401ab54e49ef3ad48d50ba78440aa94417cb61c48c5849cbd26d54e1c5e07e34096115ae3caaf34c5a7dd7a6075e270ba633c901d5f8847a7' + checksum = 'b73c28c69075c096d0f29c202a5acff41612452c44c3f429694cee692343a216338dee36a7fc02411231a97f0894767c883290666fce578008bfecbfab2b685d' checksumType = 'sha512' - checksum64 = '317da2556e79f56cf38e2a9771ac827e53b27c5d4c523cafc8ecc85dd974b2cf04733788970834eb6dd600cef29231063980ee1b1f200f45e9b5c9adc88e63cb' + checksum64 = '0926ff4fecc24d3f9c606ca138647ee3be42d8e485ae69aff433d559963e712b78f1d093809cb57197064b353c6f48d4184e5081fd506d33467b220a1d991ab2' checksumType64= 'sha512' specificFolder = $folder } diff --git a/automatic/metricbeat/metricbeat.nuspec b/automatic/metricbeat/metricbeat.nuspec index 0a2b494ce..e66f3ce43 100644 --- a/automatic/metricbeat/metricbeat.nuspec +++ b/automatic/metricbeat/metricbeat.nuspec @@ -2,7 +2,7 @@ metricbeat - 7.10.1 + 7.10.2 https://github.com/palethorper/chocolatey-packages/tree/master/automatic/metricbeat palethorper metricbeat diff --git a/automatic/metricbeat/tools/chocolateyinstall.ps1 b/automatic/metricbeat/tools/chocolateyinstall.ps1 index 7096a4365..79217a947 100644 --- a/automatic/metricbeat/tools/chocolateyinstall.ps1 +++ b/automatic/metricbeat/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageName= 'metricbeat' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$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' +$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.10.2-windows-x86.zip' +$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.10.2-windows-x86_64.zip' $installationPath = $toolsDir @@ -15,9 +15,9 @@ $packageArgs = @{ unzipLocation = $installationPath url = $url url64bit = $url64 - checksum = '7927033caeb978abc41304aa42b480d2d19eb2150b8ea25050d94179e633e9d2f5ca78d20e164cfba909df3cb36594a4878b5cac39844e90b8d5f1916ee85b37' + checksum = '43594b581c0cd4e539b5db48e3ade809f9df2e6700659bc2bb1f5d1cc48614ef5ef1e18c5308d7c5b097d16c577673f4d37e716e7f970aae588f7a85eccc125e' checksumType = 'sha512' - checksum64 = 'b6f44a2ff169023558d9d1e2bd42130c4f41658bee6a4f881055f52873ab0f4a79f9a6b73af123225ba3a7d66fe5b379e6cb27c631ce8e5003ea683596c75b36' + checksum64 = '8cfea23bc19cf1b83c856db21906c457c6e11eb360cf899b0e90d045e00a123df4f2c433081e59090945db9dd6ee27a9fe333178b48cf0fb1b14b644793e0172' checksumType64= 'sha512' specificFolder = $folder } diff --git a/automatic/packetbeat/packetbeat.nuspec b/automatic/packetbeat/packetbeat.nuspec index c18ae5ed7..2b2d9e53f 100644 --- a/automatic/packetbeat/packetbeat.nuspec +++ b/automatic/packetbeat/packetbeat.nuspec @@ -2,7 +2,7 @@ packetbeat - 7.10.1 + 7.10.2 https://github.com/palethorper/chocolatey-packages/tree/master/automatic/packetbeat palethorper packetbeat diff --git a/automatic/packetbeat/tools/chocolateyinstall.ps1 b/automatic/packetbeat/tools/chocolateyinstall.ps1 index 8571447f9..06c4018e7 100644 --- a/automatic/packetbeat/tools/chocolateyinstall.ps1 +++ b/automatic/packetbeat/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageName= 'packetbeat' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$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' +$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.10.2-windows-x86.zip' +$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.10.2-windows-x86_64.zip' $installationPath = $toolsDir @@ -15,9 +15,9 @@ $packageArgs = @{ unzipLocation = $installationPath url = $url url64bit = $url64 - checksum = '35395a6ac820056838b7114debb45e8dd4d8c3c8a3d9e7f4c59ae9c04522192b9c4fe88e0bdd598b1e7c9373e8f173524e01a0363f063f09bd892d44d53d4e93' + checksum = '9ce937319a53a10c25291e85222ba21813938ebf339e8eab5adb19501157160c0b37a0b7b829c45aafa66804f7c758b792dae34152b8a50fecad458d1e6f6544' checksumType = 'sha512' - checksum64 = '40239aaa2bc3f9a5282d3d0cbc5a74668236600431abec7a0ad3a4605038ef9e2273022c8022293751e389e4f8b4b11dc0fa1e7373e650107ad881493414cee1' + checksum64 = '856136c06ea6f2b8608aa088353c4d6c0e33cc3e15066c9431576fc908344c2a816d32268fce2c2dc5606788073a656ee58a071c1f109f1703b1b6db208f3307' checksumType64= 'sha512' specificFolder = $folder } diff --git a/automatic/winlogbeat/tools/chocolateyinstall.ps1 b/automatic/winlogbeat/tools/chocolateyinstall.ps1 index 0db809ec7..71bce965d 100644 --- a/automatic/winlogbeat/tools/chocolateyinstall.ps1 +++ b/automatic/winlogbeat/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $packageName= 'winlogbeat' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$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' +$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.10.2-windows-x86.zip' +$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.10.2-windows-x86_64.zip' $installationPath = $toolsDir @@ -15,9 +15,9 @@ $packageArgs = @{ unzipLocation = $installationPath url = $url url64bit = $url64 - checksum = '878a89c3e8de844c6490fa769b8f84af29d97aa9e55505d88276afce21eb2bbc108ddfae3a1b5bd3b76ebe84b2b70a4e2fa0d207d833dfb9b6494a37397fb294' + checksum = 'b2488778e9b7b14c25e04cd645eb1bf5146beb9317517b1b37f229db3889f6c7d851d0c3a802a04286d46b69ac72d458c134c3962797cc63a93e1c98dc97af5c' checksumType = 'sha512' - checksum64 = '6a9de7b78d94f8df4f8b83702d5577cd6e4fa3bd53af8f8306265d8daf495b8719023d0ef334a67eb4f8aea8e543c2a9a1ea39946b9401e5a3c0a4f3bbafa99a' + checksum64 = 'b66fe29a59c0c4a534edfcce6caa31b9d405f6eb8b5b2e25023881627c44e1c56d7cfc5c06e824a6dc1fa44c4623493f0e44ed70edb171d05d4aab568fca9e80' checksumType64= 'sha512' specificFolder = $folder } diff --git a/automatic/winlogbeat/winlogbeat.nuspec b/automatic/winlogbeat/winlogbeat.nuspec index 0baa7ed15..96511e32f 100644 --- a/automatic/winlogbeat/winlogbeat.nuspec +++ b/automatic/winlogbeat/winlogbeat.nuspec @@ -2,7 +2,7 @@ winlogbeat - 7.10.1 + 7.10.2 https://github.com/palethorper/chocolatey-packages/tree/master/automatic/winlogbeat palethorper winlogbeat