Skip to content

Commit

Permalink
AU: 3 updated - filebeat metricbeat packetbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 23, 2017
1 parent 2c2664e commit 8a18038
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.6.2</version>
<version>5.6.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.6.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.6.2-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.6.3-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-5.6.3-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '72d45fbd97dc9329cb0cea847d60ff62bc119503733ddc9a3db53a11abbbe80a9e474a5fa05bea176f41732e970e9db77ae957858d84939c5750954b7727e38a'
checksum = '6e997bcd1af31bf90bb2cf3c8e1b9fc07e08fe90430527c1feba60e13fbb959795f6c35b39cc1d59cc118dc4514a0bd8064cdd279796e3b727b292c79d3c3893'
checksumType = 'sha512'
checksum64 = 'fbe5b32b7b948065eb3fb70bdb6d3cb9fa192bc346c8d7e06049249e853f8196ee8d9a8ec51e03603dbf4c2395dcc78101a9284b2ef17c901fe0f014a0ba89f8'
checksum64 = '4d7c22a2a474a3a62ff9ed26a7cc078c7c39f819191f89ce28523ea51853ad126b591eeaaac02de65c831e8afb19f5c7f2d6faa7289a00ba72e9aa1006fbfcbd'
checksumType64= 'sha512'
}

Expand Down
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.6.2</version>
<version>5.6.3</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.6.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-5.6.2-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-5.6.3-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-5.6.3-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '01cee9e58fbe7467be0ab4fcbd79e915d9ecdf55ce52ce78ab285e09cea0eaf941676167094312ddf2b1f012178f912f52b70ca9e26b6dfa6fb04b321d765bf6'
checksum = 'a1eedfe77dd0fac1596a893b6e682be00c5a25f3e1dd13ea1d1e1fa40448fd586dcf9dc329afc55b3e2b9c4bdfafd60c2587ebf1244b3bda58836e66d1ae05ce'
checksumType = 'sha512'
checksum64 = '7d5bdbc916411a48ab6db265ff56f84fafe983bab4037966ba7a5693334caae8e0fd168d744f31ec5fa3dfc261d062ce52b61e50e297e52874214d3d9e227e7b'
checksum64 = '06c28cefee9e3ad5c823637c9f99b2109e58ccf9c3dc4ec61392d6c0a6cf6588b0497117e74016e83fcd046eda39cbb41249d6e8bf7c269d979f695c37080c82'
checksumType64= 'sha512'
}

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.6.2</version>
<version>5.6.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.6.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.6.2-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.6.3-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/packetbeat/packetbeat-5.6.3-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -13,9 +13,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'c8f17ada840073d65745eec92ff262eb31ff13424d7c82a874d3b434ccdaaa67ea25e178a1c4b87d5fb85cd880c178a6e9f4d31342533f8380d3b6b9154f869f'
checksum = '792b633b900e6e1a38a959400f7ad8454e3639f0f9fa4092789c02b64054a939a8f3dcca9fdc89f0c5cfa7191a003b8c1f5e8711e403bdacd8ec643aafcfdaf5'
checksumType = 'sha512'
checksum64 = '5e2456a8f5442f4bfd9e813270ddbce27723c2b5e721ab5993e6deb824eb691e8afdb2b589d4b13850b54204eb7b851a83c42078c0b2f98a34fcc67c7369bd0c'
checksum64 = 'efd419be4f4f83fae79b5351b99fe37518d1075788ad3f40cb80d9d8d58ad721afbc2ae9b92888cd19692a0154689efb946f7c920e7a8a71a7f6117282d826b6'
checksumType64= 'sha512'
}

Expand Down

0 comments on commit 8a18038

Please sign in to comment.