Skip to content

Commit

Permalink
AU: 3 updated - kibana mysql.workbench opera-developer
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
mkevenaar committed Jan 21, 2025
1 parent 4d7be53 commit 2faa4a6
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions automatic/kibana/kibana.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"8.13": "8.13.4",
"8.14": "8.14.3",
"8.15": "8.15.5",
"8.16": "8.16.2",
"8.17": "8.17.0"
"8.16": "8.16.3",
"8.17": "8.17.1"
}
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>7.17.27</version>
<version>8.17.1</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/7.17/release-notes-7.17.27.html</releaseNotes>
<releaseNotes>https://www.elastic.co/guide/en/kibana/reference/8.17/release-notes-8.17.1.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 = "7.17.27"
$version = "8.17.1"
$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-7.17.27-windows-x86_64.zip'
$checksum = '251a7ff4302077d8b298d86bb68359e1627085327daf7b4f1586a523de43e349'
$url = 'https://artifacts.elastic.co/downloads/kibana/kibana-8.17.1-windows-x86_64.zip'
$checksum = '8e6d6a9de4724a8ae4cd72bb31fb25e6ae12df3871550d4e2ea1df342c6f8160'
$checksumType = 'sha256'
$version = "7.17.27"
$version = "8.17.1"

$packageArgs = @{
packageName = $env:ChocolateyPackageName
Expand Down
2 changes: 1 addition & 1 deletion automatic/mysql.workbench/mysql.workbench.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.0.40</version>
<version>8.0.41</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
4 changes: 2 additions & 2 deletions automatic/mysql.workbench/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-8.0.40-winx64.msi'
$checksum = 'e0ede360bf917823a0007b4c434f65edeec8863759012c1ad22ef4e2279220ef'
$url = 'https://cdn.mysql.com/Downloads/MySQLGUITools/mysql-workbench-community-8.0.41-winx64.msi'
$checksum = '881d05e6e9afffc2f37b5b50844921ad87b45175345fe0e0041b0bbf6c4b6c57'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera-developer/opera-developer.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>118.0.5415.0</version>
<version>118.0.5419.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 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>Opera Software</copyright>
<tags>browser opera developer cross-platform internet admin</tags>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-118/#b5415.0</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-118/#b5419.0</releaseNotes>
<licenseUrl>http://www.operasoftware.com/eula/browser</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-developer</packageSourceUrl>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera-developer/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera-developer/118.0.5415.0/win/Opera_Developer_118.0.5415.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/118.0.5415.0/win/Opera_Developer_118.0.5415.0_Setup_x64.exe'
checksum = '96c24d20b605234725f091704883e0623201a4a43c9c54e7aa28f95b0835423c'
checksum64 = '08a8167e535cb46ea93cdcabd906bb93f934b6a1d2d7db500ab8270991b5b132'
url = 'https://get.geo.opera.com/pub/opera-developer/118.0.5419.0/win/Opera_Developer_118.0.5419.0_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera-developer/118.0.5419.0/win/Opera_Developer_118.0.5419.0_Setup_x64.exe'
checksum = '0e722449403f6f5f92239c798c87845417626b6658a8b694ddaa2f4356f2fdd2'
checksum64 = 'c2a563edc19db9c1310828679673b3ea24059bd3527d9f1542539e469c85924b'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

$version = '118.0.5415.0'
$version = '118.0.5419.0'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {
Expand Down

0 comments on commit 2faa4a6

Please sign in to comment.