Skip to content

Commit

Permalink
AU: 3 updated - filebeat packetbeat winlogbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 31, 2019
1 parent c706fb2 commit 50fe7be
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
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.2.0</version>
<version>7.2.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.2.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.2.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.2.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.2.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '9d07b2983fc552a7610b172b31f97a777ba650f0c12bd78951037899d7b40c795b2a08f4b6f5444d8f9cac58c7786643971a656af0283925eaef3945b1941c54'
checksum = 'd35fee724b15247fa4f0b514c149c102d562ea57b0ab284000f23aa34f385fb04bc35af1bed4a09eafa95558cc50a5463c839d7e45f37aa07058803b10422874'
checksumType = 'sha512'
checksum64 = 'a654e1e6953db23b38cd403ec1ad652007b0629b66c99654badc4acdaccedb32be803b2568c0283efcfa01716fa740181eef031dbfb7ff6baca75be83b2e2163'
checksum64 = '732dbb0d6a7548d71957149acb84b3e46c294c74cacc9abd8b1f7716ca4a285ce0ad03648182ae5e297a050447e5add6b8728b3c2fa27c1c22de16d2e3b9f053'
checksumType64= 'sha512'
specificFolder = $folder
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/filebeat/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ $uninstallScript = Join-Path $toolsDir "uninstall-service-$packageName.ps1"

if ($null -ne (get-item $uninstallScript -ErrorAction SilentlyContinue)) {
Invoke-Expression $uninstallScript
}
}
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.2.0.20190708</version>
<version>7.2.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.2.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.2.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.2.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-7.2.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '164124e03a511ace23887065e346dea61ececc45f24801a43e94112ffa5f6d79df1b50b1a113e38b5a97b59edb10391f2bc39b61490dc2b66ea49f763680baa2'
checksum = 'b1e6159a5747f77048e7d18d627699d4c393d9befe246b77dc568d6ce4400f06df6c46c3862070f62db94140e28e34540b56ab630c94998b6532bf10ee7f0c8f'
checksumType = 'sha512'
checksum64 = '8ccce28f8f30ff0138ed885e1431590a32c07ff26ec4c74d92948c6f29fa56be90f43d1f14cda60a263466f3b72e2cbbdf633f26ac00f1b7a557d759fba9156a'
checksum64 = 'a7333e845687bfb8f0936e1f135bda3b1eac1c5d4d2f652918ae5f20a39eb8f0247d1c1cf61bdafaf75e175c8552a983ccc56801bb753860d6e7b4fd829b5c7c'
checksumType64= 'sha512'
specificFolder = $folder
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/packetbeat/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ $uninstallScript = Join-Path $toolsDir "uninstall-service-$packageName.ps1"

if ($null -ne (get-item $uninstallScript -ErrorAction SilentlyContinue)) {
Invoke-Expression $uninstallScript
}
}
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.2.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.2.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.2.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-7.2.1-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'd89f0c767883fae01de885766a7fea508a946e21ee09696453663a3976ffc565ca600eb87dc681765d08c9ba7e8705ae93831de0ab060e367ea1ef9f48145de7'
checksum = 'ba53428be92cb582992015486c732f2d54225814133f1c88065b3d231ccfc8cb419407ca26c238b54c91ed18ce734feff0eaf3dc45a5d8b11571ffaadf9e519b'
checksumType = 'sha512'
checksum64 = '24dbdee0a9aec3ec4f0f43c32a462033c97981828ecc394e0d1ef5214cdfac8099bbb56d1ff94a24dc8380398179d810fdf41dbdc18d2250d064b4e9e4cb3f40'
checksum64 = '9e30118859dc097e10c8f0be0814c8481007a3a52bf7d45ff2ac86f952dc6a67b7e7657930a8c3525ae3fdcf1af98c05be96c9b8e49f8607dbe7143063a8f76d'
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.2.0.20190708</version>
<version>7.2.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 50fe7be

Please sign in to comment.