Skip to content

Commit

Permalink
AU: 2 updated - packetbeat winlogbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 21, 2018
1 parent 51165bd commit 64843b8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
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>6.2.0</version>
<version>6.2.2</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-6.2.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.2.0-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.2.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-6.2.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'cea1c39b0389671f48962ef22ed9ef036dfc40aff898b2e0ba25c9d0ebcfe534390c9edc7f3f1fd8e927ca4c785610461962282c13cab37b18503d122d5ef453'
checksum = 'a6e065d8715944bbd23b0f43c884ef2a3eb9604f6998a94a36c65809654de33e3e2502732508cd91b846ac387892cc1d92a3b7bb0e4241a85d3fd0adfac428c9'
checksumType = 'sha512'
checksum64 = '9ee8222c34fccbad379948bfc3cb7a8dde815982ca57f90b19b5233e7f5ff796c7803b2a0f3cd6a164ef9fe3a99bbf21d53a7f9ed39b7554e8255031a9bcadce'
checksum64 = 'b2dcf8de5fecdd697fe73af952b1150ca5f82ea964a4b8fb07a31513aec7265392504e12e0a846169430bdd22f1c589b47983dd16a64a4c11523d2ef0cfea50d'
checksumType64= 'sha512'
}

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

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '99c82bbe6b02adb166e438c3b0beafc0f25432c90af4c900a760474de4d5d9caebd5e86fba8a960a5daa7ac14463684ce939f4b9a4c68c83aef294a4367d81da'
checksum = '7a8f4748b790f608c7374e19544ba912b9022f33d2bc0f8fa41442f53aa417a71bb14c2110c9da734959cc551cbc5b8871a7a15867814f9d773cf32f35fd9c39'
checksumType = 'sha512'
checksum64 = '7bfa75b689cbb0c2139494c7d5039bd70acc67bb71d080ebb70c0d858cf15894eeaf9fec5173dba2f831c924cbd94489235fa92569d4633a96ad1487194d53f4'
checksum64 = '8e43543628659a075e85c5f6b2400579fd4c93a487893179ebc169b2eedbf5eafedd1395eadbfbd9cf31e1f274929956e5360f0a1543325ebe7f6b867d9f6b1f'
checksumType64= 'sha512'
}

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>6.2.1</version>
<version>6.2.2</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 64843b8

Please sign in to comment.