Skip to content

Commit

Permalink
AU: 4 updated - elasticsearch firefox-nightly kibana viber
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Oct 10, 2023
1 parent 006aa51 commit 1e8bc94
Show file tree
Hide file tree
Showing 15 changed files with 247 additions and 247 deletions.
4 changes: 2 additions & 2 deletions automatic/elasticsearch/elasticsearch.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"6.8": "6.8.23.20220801",
"7.17": "7.17.13",
"7.17": "7.17.14",
"8.0-rc": "8.0.0-rc2",
"8.4": "8.4.3",
"8.5": "8.5.3",
"8.6": "8.6.2",
"8.7": "8.7.1",
"8.8": "8.8.2",
"8.9": "8.9.2",
"8.10": "8.10.2"
"8.10": "8.10.3"
}
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.10.2</version>
<version>8.10.3</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.10/release-notes-8.10.2.html</releaseNotes>
<releaseNotes>https://www.elastic.co/guide/en/elasticsearch/reference/8.10/release-notes-8.10.3.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.10.2"
$version = "8.10.3"
$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.10.2-windows-x86_64.zip'
$checksum = '96a78a83d07393155ed526ef0480ebb61b46b47130e520aec2f1e3b6dbc17d8f'
$url = 'https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-8.10.3-windows-x86_64.zip'
$checksum = 'd5ac299e0017118b15ee31d9bb96eb9b94923f402fdb10bd07951bdeaa88a97a'
$checksumType = 'sha256'
$version = "8.10.2"
$version = "8.10.3"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "120.0.1.2023100921-alpha"
"nightly": "120.0.1.2023101009-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.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>120.0.1.2023100921-alpha</version>
<version>120.0.1.2023101009-alpha</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
448 changes: 224 additions & 224 deletions automatic/firefox-nightly/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2023/10/2023-10-09-21-24-47-mozilla-central/firefox-120.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2023/10/2023-10-10-09-23-29-mozilla-central/firefox-120.0a1.${locale}.win32.installer.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2023/10/2023-10-09-21-24-47-mozilla-central/firefox-120.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2023/10/2023-10-10-09-23-29-mozilla-central/firefox-120.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
4 changes: 2 additions & 2 deletions automatic/kibana/kibana.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"6.8": "6.8.23",
"7.17": "7.17.13",
"7.17": "7.17.14",
"8.0-rc": "8.0.0-rc2",
"8.4": "8.4.3",
"8.5": "8.5.3",
"8.6": "8.6.2",
"8.7": "8.7.1",
"8.8": "8.8.2",
"8.9": "8.9.2",
"8.10": "8.10.2"
"8.10": "8.10.3"
}
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.10.2</version>
<version>8.10.3</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.10/release-notes-8.10.2.html</releaseNotes>
<releaseNotes>https://www.elastic.co/guide/en/kibana/reference/8.10/release-notes-8.10.3.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.10.2"
$version = "8.10.3"
$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.10.2-windows-x86_64.zip'
$checksum = 'c8a2b8759922dfbab444cf95f0e65f9df6d0b59fa0fa94daf13919586f4ac171'
$url = 'https://artifacts.elastic.co/downloads/kibana/kibana-8.10.3-windows-x86_64.zip'
$checksum = 'b96993c38817847d249e4651bc4099464ed56e0c03f7c7de95a08a786d12da12'
$checksumType = 'sha256'
$version = "8.10.2"
$version = "8.10.3"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/viber/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"f6df51ffebca13e4d6466ba9f677a71a"|21.1.0.6
"02fba209c64ca15c3952a488c04c5cd9"|21.1.0.11
2 changes: 1 addition & 1 deletion automatic/viber/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)"
$url = 'https://download.cdn.viber.com/desktop/windows/ViberSetup.exe'
$checksum = '89EE77875725EA49C56D33045888678E79325D9A074D14449DE108EBEEFC5A71'
$checksum = '3C7DA6DA56C7612E0B17E90520F23D351E45A359C1289F21C61254F6B6AFE879'
$checksumType = 'sha256'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/viber/viber.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>21.1.0.6</version>
<version>21.1.0.11</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

0 comments on commit 1e8bc94

Please sign in to comment.