Skip to content

Commit

Permalink
AU: 1 updated - metricbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 7, 2017
1 parent 69a3fb1 commit 8feee05
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.4.3</version>
<version>5.5.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.4.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-5.4.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-5.5.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-5.5.0-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '6244da5b6af7bcf9a43e293067e2037cecddc712'
checksum = '0c4f903f0eb44ab048532febdc24fd4af856cb14'
checksumType = 'sha1'
checksum64 = 'd864a4a3c554731022d096ad97c60c0f3ea887d9'
checksum64 = '53e16c529b9edddbf0ab87e44a0f07d34f7bfbda'
checksumType64= 'sha1'
}

Expand Down

0 comments on commit 8feee05

Please sign in to comment.