Skip to content

Commit

Permalink
AU: 3 updated - auditbeat filebeat metricbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 22, 2020
1 parent 5f75c7b commit 4f73662
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/auditbeat/auditbeat.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>auditbeat</id>
<version>7.5.1</version>
<version>7.5.2</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/auditbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>auditbeat</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/auditbeat/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageName= 'auditbeat'

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.5.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.5.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.5.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/auditbeat/auditbeat-7.5.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = 'dc6007fc3d1ec370f0bd1b221775f7846a0ec745e3cb4f039f9ffac2a5cf2a2c59a5557249844acfab00363ca3a2968ade72a4d3754b11446b63c0018bf00e51'
checksum = '49fcd8a8f51954d3fa1cee8b4fbcafce1b7f7b70a9a36dbe2653ebb3655712301b21bdbb2686670d9e76fb802a49caed91a83b87e7730e84710ab0afe029ea5a'
checksumType = 'sha512'
checksum64 = '731e074b7edd3ad91f0ab65d52f3bd6e7ac2082e8ff5305043f7965321e46d13337781dc25e0f2cb27799b49f597619f6787aa03e0453410846b52f31df82670'
checksum64 = '5f02064f5db4ff8226106f5c67eecc7f7c57cb518d80c254a98925d08e5698b2d2416d1b30a97c893e1e1b8b4511c0aef840fbcb323ecf7c87b14cf8292c1c9c'
checksumType64= 'sha512'
specificFolder = $folder
}
Expand Down
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>7.5.1</version>
<version>7.5.2</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-7.5.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.5.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.5.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/filebeat/filebeat-7.5.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '9994905061d838d3b7dcf94aaa4f803a73e56278a1a800ce390a4cb0cb43611ffd7cc14ef4c75d47e6356ea1bc07399b0cc9918e8e0cae47bc543a9e66804367'
checksum = 'b14c5a67f0d0f7f41d9bd09f4fd6c0e24f2e3b6b33406b46b06f16e17a40e559d6473b61f6ded37e386bbb333540514dae44151fd7305c63e1b9a3818b9d3a92'
checksumType = 'sha512'
checksum64 = '5c76e7913b7011b96536dd8bb352a6dc0b506bd469466cec4e3c076353f32d3b34cda674881383fdc3b05ee062fd9487d6367983481bf73f9cc849f1e8a6683c'
checksum64 = '2198318d81453d65a34f9671a74fb242aee83ec224c43fefda479c495eec8737904be3173dd3eaf46f4024b56783cbe6fd470e1d23d96a4d494da034726aa719'
checksumType64= 'sha512'
specificFolder = $folder
}
Expand Down
6 changes: 3 additions & 3 deletions 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>7.4.1</version>
<version>7.5.2</version>
<packageSourceUrl>https://github.com/palethorper/chocolatey-packages/tree/master/automatic/metricbeat</packageSourceUrl>
<owners>palethorper</owners>
<title>metricbeat</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/53430a5c/automatic/metricbeat/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/elastic/beats/tree/7.4/metricbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/metricbeat/7.4/index.html</docsUrl>
<projectSourceUrl>https://github.com/elastic/beats/tree/7.5/metricbeat</projectSourceUrl>
<docsUrl>https://www.elastic.co/guide/en/beats/metricbeat/7.5/index.html</docsUrl>
<tags>metricbeat beat elastic admin</tags>
<summary>Metricbeat helps you monitor your servers and the services they host by collecting metrics from the operating system and services.</summary>
<description><![CDATA[Contains the chocolatey package for metricbeat
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-7.4.1-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.4.1-windows-x86_64.zip'
$url = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.5.2-windows-x86.zip'
$url64 = 'https://artifacts.elastic.co/downloads/beats/metricbeat/metricbeat-7.5.2-windows-x86_64.zip'

$installationPath = $toolsDir

Expand All @@ -15,9 +15,9 @@ $packageArgs = @{
unzipLocation = $installationPath
url = $url
url64bit = $url64
checksum = '26b705b0f8fa222e8af11389a8654ca1dc9dfc7bca5a891764d89dd94da83ff3e032e891170309c37ba429541d32f30ff5b53174d4c8a1875051b4a3ef1ccae1'
checksum = 'cf2ba2420e59b70efc935eb54a972ce253db496aa2ed98c72398070bea6ae8fff44045e475b26234a565d3f8c27fa482f2fc2ca2a5fb5ba17906562694cbdf17'
checksumType = 'sha512'
checksum64 = '89e8049feafa401c5229725a5f43447925c40825cb9d1d0e88a5649bff3bbe8b0fef902148b190461933e2198c62bec5c958aba64c22072cf002f4c6e52a6cfb'
checksum64 = 'e0ed6e1edee0a2869661cac8c6306eb22398f8a6e0f5820ef9ac62b38011cfabcd386ae4d8f15158b6743f54b132691b55355072f28b9bca40aa77f5186969fb'
checksumType64= 'sha512'
specificFolder = $folder
}
Expand Down

0 comments on commit 4f73662

Please sign in to comment.