Skip to content

Commit

Permalink
AU: 3 updated - elasticsearch googledrive kibana
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed May 2, 2023
1 parent 4f30546 commit 569a1d9
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion automatic/elasticsearch/elasticsearch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.8": "6.8.23.20220801",
"7.17": "7.17.9",
"7.17": "7.17.10",
"8.0-rc": "8.0.0-rc2",
"8.4": "8.4.3",
"8.5": "8.5.3",
Expand Down
4 changes: 2 additions & 2 deletions automatic/elasticsearch/elasticsearch.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>8.7.1</version>
<version>7.17.10</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Elasticsearch B.V.</copyright>
<tags>search REST analytics metrics</tags>
<releaseNotes>https://www.elastic.co/guide/en/elasticsearch/reference/8.7/release-notes-8.7.1.html</releaseNotes>
<releaseNotes>https://www.elastic.co/guide/en/elasticsearch/reference/7.17/release-notes-7.17.10.html</releaseNotes>
<licenseUrl>https://github.com/elastic/elasticsearch/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/elasticsearch</packageSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/elasticsearch/tools/chocolateyBeforeModify.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$unPath = Join-Path $toolsDir 'Uninstall-ChocolateyPath.psm1'
Import-Module $unPath

$version = "8.7.1"
$version = "7.17.10"
$binPath = Join-Path $toolsDir "elasticsearch-$($version)\bin"
Uninstall-ChocolateyPath $binPath 'Machine'
6 changes: 3 additions & 3 deletions automatic/elasticsearch/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.7.1-windows-x86_64.zip'
$checksum = 'faa0b293a31d52508c1a1cb5c4e3b9d865f1378f4952075b95eea0696e3e03f0'
$url = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.10-windows-x86_64.zip'
$checksum = 'deb8f296d50063badcb974b69e72af13b72caf7bc69da71c3052d45b8ef9da62'
$checksumType = 'sha256'
$version = "8.7.1"
$version = "7.17.10"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/googledrive/googledrive.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>73.0.4.0</version>
<version>74.0.3.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/googledrive/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"148b17d"|73.0.4.0
"157996a"|74.0.3.0
4 changes: 2 additions & 2 deletions automatic/googledrive/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
. $toolsDir\helpers.ps1

[version] $softwareVersion = '73.0.4.0'
[version] $softwareVersion = '74.0.3.0'
$installedVersion = Get-InstalledVersion

if ($installedVersion -eq $softwareVersion -and !$env:ChocolateyForce) {
Expand All @@ -16,7 +16,7 @@ else {
}

$url = 'https://dl.google.com/drive-file-stream/GoogleDriveSetup.exe'
$checksum = '1916B0329B9361456493EF0153C187D34F34B2ED5C20AD6ADCDFCC24EFF87D0D'
$checksum = '721A1BC829A3BDE624F97A274761280A4C2094D02460D82320EBA141639C2E6E'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/kibana/kibana.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"6.8": "6.8.23",
"7.17": "7.17.9",
"7.17": "7.17.10",
"8.0-rc": "8.0.0-rc2",
"8.4": "8.4.3",
"8.5": "8.5.3",
Expand Down
4 changes: 2 additions & 2 deletions automatic/kibana/kibana.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>8.7.1</version>
<version>7.17.10</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- copyright is usually years and software vendor, but not required for internal feeds -->
<copyright>Elasticsearch B.V.</copyright>
<tags>data kibana visualization elastic admin</tags>
<releaseNotes>https://www.elastic.co/guide/en/kibana/reference/8.7/release-notes-8.7.1.html</releaseNotes>
<releaseNotes>https://www.elastic.co/guide/en/kibana/reference/7.17/release-notes-7.17.10.html</releaseNotes>
<licenseUrl>https://github.com/elastic/kibana/blob/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/kibana</packageSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/kibana/tools/chocolateyBeforeModify.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$unPath = Join-Path $toolsDir 'Uninstall-ChocolateyPath.psm1'
Import-Module $unPath

$version = "8.7.1"
$version = "7.17.10"
$binPath = Join-Path $toolsDir "kibana-$($version)-windows-x86_64\bin"
Uninstall-ChocolateyPath $binPath 'Machine'
6 changes: 3 additions & 3 deletions automatic/kibana/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://artifacts.elastic.co/downloads/kibana/kibana-8.7.1-windows-x86_64.zip'
$checksum = '54601899fc2bec2e580c0d17ecf900a3909e88187bb322d4001c03477b37c808'
$url = 'https://artifacts.elastic.co/downloads/kibana/kibana-7.17.10-windows-x86_64.zip'
$checksum = 'a2f0b6c9d8d59c725b65817206c53a54a3521381e9423dd72946db6a6a8a22c8'
$checksumType = 'sha256'
$version = "8.7.1"
$version = "7.17.10"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down

0 comments on commit 569a1d9

Please sign in to comment.