Skip to content

Commit

Permalink
AU: 3 updated - metricbeat packetbeat winlogbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 29, 2017
1 parent a9f4cb4 commit df41ad5
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
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>5.2.2</version>
<version>5.3.0</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-5.2.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-5.2.2-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-5.3.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-5.3.0-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '8da068510a8776a0a6c2d46a9ed2f47a0e374d7d'
checksum = '84617fb59318962214eed77767670222b32573d0'
checksumType = 'sha1'
checksum64 = '92b9369b25aef26bc7ba871ffe7227d73d0bc9cf'
checksum64 = 'e68e0ad9e8b8744887c5dabbc91d3f69b0c4d0cf'
checksumType64= 'sha1'
}

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>5.2.2</version>
<version>5.3.0</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-5.2.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.2.2-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.3.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.3.0-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '3bbadfdde9ae99ebfe65d8630a33fdc056fbefe1'
checksum = '95f60bd8fb3913aad9d3efb295ddf667d1b5126b'
checksumType = 'sha1'
checksum64 = 'b058f985bfcd6833af66385a310b1ec55731c398'
checksum64 = '143b628aeb5a5ec54b7cf7b884a46e5eafd2d2f5'
checksumType64= 'sha1'
}

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-5.1.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-5.1.2-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-5.3.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-5.3.0-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '1dfc19978870545d6f844415fd7cbb8f8734247a'
checksum = 'e12f743edc1099b0b086f6dd1eebe8dbd80f8b5e'
checksumType = 'sha1'
checksum64 = '0e7ce78de544947edc19fbf3a08b4f3e77009b89'
checksum64 = '3fd53e15feb4c7485aad371d82a9ab906a46dcd3'
checksumType64= 'sha1'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/winlogbeat/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ $installPath = $zipManifest | select -First 1
$uninstallScript = $zipManifest | where { $_ -imatch 'uninstall.*\.ps1' }

Invoke-Expression $uninstallScript
Uninstall-ChocolateyZipPackage $packageName "$($nupkgFile)"
Uninstall-ChocolateyZipPackage $packageName "$($nupkgFile)"
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>5.1.2</version>
<version>5.3.0</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 df41ad5

Please sign in to comment.