Skip to content

Commit

Permalink
AU: 1 updated - winlogbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 27, 2019
1 parent 71f5bbf commit bf1963d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
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.6.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.6.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.7.0-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/winlogbeat/winlogbeat-6.7.0-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '73dce32d01ded8082ab61ced004bfc899b1597ca560e388341fe0a44d239a3abd50e29a3b09e8357fabf0300d09d23b33783898577b8986d9faab9913f3d47f7'
checksum = '8ff147f69944604b0e5a068c914fb2423a73c57b814224683532132baa5d7278108cb296c29c8f0e570f33b09b887f213f610442b63876ff6dcf71014e2d47a2'
checksumType = 'sha512'
checksum64 = 'ed359c429cbac9d058fb8a6ac543fa566f1dbee7fd075b3111bc02115e81fcd143529de5ab36a0bf6e4dafbdd47e91a2cd12745f1485d5ec21e2d610af05e535'
checksum64 = 'f894fa2d8593ba6064ec39c4b5e739ef6274feacc70a2353cc7814ca7efcf99de23b1209374d5945d88edc312eaac83df6ccabc111144677fac89212c400dbfa'
checksumType64= 'sha512'
specificFolder = $folder
}
Expand Down
6 changes: 3 additions & 3 deletions 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.6.1</version>
<version>6.7.0</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/winlogbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>winlogbeat</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/winlogbeat/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/elastic/beats/tree/6.6/winlogbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/winlogbeat/6.6/index.html</docsUrl>
<projectSourceUrl>https://github.com/elastic/beats/tree/6.7/winlogbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/winlogbeat/6.7/index.html</docsUrl>
<tags>winlogbeat beat elastic admin</tags>
<summary>Winlogbeat is a lightweight, open source shipper for real-time network packet analyzer</summary>
<description><![CDATA[Contains the chocolatey package for winlogbeat
Expand Down

0 comments on commit bf1963d

Please sign in to comment.