Skip to content

Commit

Permalink
AU: 2 updated - filebeat packetbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 6, 2017
1 parent 5eaac09 commit 93a26c8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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>5.4.0</version>
<version>5.4.3</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-5.4.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.4.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.4.3-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.4.3-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '254fa2b1a4032d9ec5ac216a4df82b7062b5b3c7'
checksum = '55aa81f2f5e520ae8cfeeca0a42dd14fab1d0fd8'
checksumType = 'sha1'
checksum64 = '7eefd54863fbc9c35ba51b138662fd2d29cd23ce'
checksum64 = '757514ec273fcd099230d47c63d4befce8e46ed7'
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.3.1</version>
<version>5.4.3</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.3.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.3.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.4.3-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.4.3-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '9059b60396a652bbe94eaf8d0487e611375c2484'
checksum = 'f73e45567449bbe02439946ff12f94fdfa0270be'
checksumType = 'sha1'
checksum64 = 'cff223c2183e0efe13e6d16c2d695ee9d532f424'
checksum64 = 'f1971d0868aec1da66d6fc0181c54cbfa2b26b7d'
checksumType64= 'sha1'
}

Expand Down

0 comments on commit 93a26c8

Please sign in to comment.