Skip to content

Commit

Permalink
AU: 1 updated - packetbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 12, 2017
1 parent cd3b1a2 commit 5f2fad8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions 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.5.1</version>
<version>5.6.0</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/packetbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>packetbeat</title>
Expand All @@ -13,8 +13,8 @@
<!-- If there is a license Url available, it is is required for the community feed -->
<licenseUrl>https://cdn.rawgit.com/palethorper/chocolatey-packages/624898d9/automatic/packetbeat/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/elastic/beats/tree/5.5/packetbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/packetbeat/5.5/index.html</docsUrl>
<projectSourceUrl>https://github.com/elastic/beats/tree/5.6/packetbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/packetbeat/5.6/index.html</docsUrl>
<tags>packetbeat beat elastic admin</tags>
<summary>Packetbeat is an open source shipper for real-time network packet analyzer</summary>
<description>
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.5.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.5.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.6.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.6.0-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'b11a8ecec787934981185b3f7016dc2eefea15fb'
checksum = '548b8f8030ef31b0abd4658bb11fa55557f62b01'
checksumType = 'sha1'
checksum64 = '31088a2dd55dafdcf91bb188da5a9452f84ddb57'
checksum64 = 'e59397b8c76851fcf2cc974ed1fb9b91468fcec2'
checksumType64= 'sha1'
}

Expand Down

0 comments on commit 5f2fad8

Please sign in to comment.