From cefad3508d9e615b4af404f21f682eb1dad2a83b Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Wed, 20 Sep 2023 10:16:47 +0000 Subject: [PATCH] AU: 3 updated - iobit-uninstaller mariadb mariadb.install [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/99a664cef1582daa43721267f226b5962e54a154 --- automatic/iobit-uninstaller/info | 2 +- automatic/iobit-uninstaller/iobit-uninstaller.nuspec | 2 +- automatic/iobit-uninstaller/tools/chocolateyInstall.ps1 | 2 +- automatic/mariadb.install/legal/VERIFICATION.txt | 4 ++-- automatic/mariadb.install/mariadb.install.json | 3 ++- automatic/mariadb.install/mariadb.install.nuspec | 4 ++-- automatic/mariadb.install/tools/chocolateyInstall.ps1 | 2 +- automatic/mariadb/mariadb.json | 3 ++- automatic/mariadb/mariadb.nuspec | 6 +++--- 9 files changed, 15 insertions(+), 13 deletions(-) diff --git a/automatic/iobit-uninstaller/info b/automatic/iobit-uninstaller/info index 29975660b..325a8b19a 100644 --- a/automatic/iobit-uninstaller/info +++ b/automatic/iobit-uninstaller/info @@ -1 +1 @@ -"708350702"|13.0.0.13 \ No newline at end of file +"425263273"|13.1.0.3 \ No newline at end of file diff --git a/automatic/iobit-uninstaller/iobit-uninstaller.nuspec b/automatic/iobit-uninstaller/iobit-uninstaller.nuspec index 28b9de673..1c450e11a 100644 --- a/automatic/iobit-uninstaller/iobit-uninstaller.nuspec +++ b/automatic/iobit-uninstaller/iobit-uninstaller.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 13.0.0.13 + 13.1.0.3 Maurice Kevenaar diff --git a/automatic/iobit-uninstaller/tools/chocolateyInstall.ps1 b/automatic/iobit-uninstaller/tools/chocolateyInstall.ps1 index a1de74963..cd96cb321 100644 --- a/automatic/iobit-uninstaller/tools/chocolateyInstall.ps1 +++ b/automatic/iobit-uninstaller/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = 'Stop'; $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $url = 'https://cdn.iobit.com/dl/iobituninstaller.exe' -$checksum = 'B0589038B23600C8501D8996B9081DACC36713A1D3B7F482A0C5EDC8AE5C4BBC' +$checksum = '46D5482980D028AA875115471BF01E5C9480283DF74DE6F242D67638C855FFFF' $checksumType = 'sha256' . $toolsDir\helpers.ps1 diff --git a/automatic/mariadb.install/legal/VERIFICATION.txt b/automatic/mariadb.install/legal/VERIFICATION.txt index aee55acf7..53147ac64 100644 --- a/automatic/mariadb.install/legal/VERIFICATION.txt +++ b/automatic/mariadb.install/legal/VERIFICATION.txt @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 64-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum64: e879b1af1471690be7e72126c6b4af6b85507acd582ffddee2d2be3c0d229383 + checksum64: File 'LICENSE.txt' is obtained from diff --git a/automatic/mariadb.install/mariadb.install.json b/automatic/mariadb.install/mariadb.install.json index 8c7a3a458..aab573eee 100644 --- a/automatic/mariadb.install/mariadb.install.json +++ b/automatic/mariadb.install/mariadb.install.json @@ -11,5 +11,6 @@ "10.11": "10.11.5", "11.0": "11.0.3", "11.1": "11.1.2", - "11.2": "11.2.1" + "11.2": "11.2.1", + "11.3": "11.3.0" } diff --git a/automatic/mariadb.install/mariadb.install.nuspec b/automatic/mariadb.install/mariadb.install.nuspec index 0b598736e..006676475 100644 --- a/automatic/mariadb.install/mariadb.install.nuspec +++ b/automatic/mariadb.install/mariadb.install.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 11.2.1 + 11.3.0 Maurice Kevenaar @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe MariaDB Foundation rdbms sql database mysql admin - https://mariadb.com/kb/en/mariadb-1121-release-notes/ + https://mariadb.com/kb/en/mariadb-1130-release-notes/ http://www.gnu.org/licenses/old-licenses/gpl-2.0.html false https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mariadb.install diff --git a/automatic/mariadb.install/tools/chocolateyInstall.ps1 b/automatic/mariadb.install/tools/chocolateyInstall.ps1 index 870a1a55d..0e08f0254 100644 --- a/automatic/mariadb.install/tools/chocolateyInstall.ps1 +++ b/automatic/mariadb.install/tools/chocolateyInstall.ps1 @@ -6,7 +6,7 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir fileType = 'msi' - file64 = "$toolsdir\mariadb-11.2.1-winx64.msi" + file64 = "$toolsdir\mariadb-11.3.0-winx64.msi" softwareName = 'MariaDB *' silentArgs = "SERVICENAME=MySQL /qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0,3010) diff --git a/automatic/mariadb/mariadb.json b/automatic/mariadb/mariadb.json index 954e1070e..2958dc712 100644 --- a/automatic/mariadb/mariadb.json +++ b/automatic/mariadb/mariadb.json @@ -11,5 +11,6 @@ "10.11": "10.11.5", "11.0": "11.0.3", "11.1": "11.1.2", - "11.2": "11.2.1" + "11.2": "11.2.1", + "11.3": "11.3.0" } diff --git a/automatic/mariadb/mariadb.nuspec b/automatic/mariadb/mariadb.nuspec index 74f12cdee..a820f4602 100644 --- a/automatic/mariadb/mariadb.nuspec +++ b/automatic/mariadb/mariadb.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 11.2.1 + 11.3.0 Maurice Kevenaar @@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe MariaDB Foundation rdbms sql database mysql - https://mariadb.com/kb/en/mariadb-1121-release-notes/ + https://mariadb.com/kb/en/mariadb-1130-release-notes/ http://www.gnu.org/licenses/old-licenses/gpl-2.0.html false https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mariadb @@ -72,7 +72,7 @@ let them know the package is no longer updating correctly. - +