From 62a5d53a27d1d6ccb641e84a42a398e3655d53b9 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Mon, 8 Nov 2021 19:16:04 +0000 Subject: [PATCH] AU: 3 updated - mariadb mariadb.install mariadb.portable [skip ci] https://gist.github.com/675e3f672bda54270f8d7f5415f9374d/93836a33af1c947ec039d7d709adad2cac29a909 --- automatic/mariadb.install/legal/VERIFICATION.txt | 8 ++++---- automatic/mariadb.install/mariadb.install.json | 6 +++++- automatic/mariadb.install/mariadb.install.nuspec | 4 ++-- automatic/mariadb.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mariadb.portable/legal/VERIFICATION.txt | 8 ++++---- automatic/mariadb.portable/mariadb.portable.json | 9 +++++---- automatic/mariadb.portable/mariadb.portable.nuspec | 4 ++-- automatic/mariadb.portable/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mariadb/mariadb.json | 9 +++++---- automatic/mariadb/mariadb.nuspec | 6 +++--- 10 files changed, 34 insertions(+), 28 deletions(-) diff --git a/automatic/mariadb.install/legal/VERIFICATION.txt b/automatic/mariadb.install/legal/VERIFICATION.txt index 960fa2108..53e461514 100644 --- a/automatic/mariadb.install/legal/VERIFICATION.txt +++ b/automatic/mariadb.install/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-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: - checksum32: b14a2809d2478765c47b80554726a32479b5dc4ca81ab4822b7cad14abb60125 - checksum64: d19dd40999f6dbe9bd29ab3d8eecd08952083ac17980662cea3d2dc04d536536 + checksum32: a49f7744b36164e54e1f703827358ec5b784f2362dad7885370eeff7e8ea149c + checksum64: 734328d8e3522d2d14b5f12579a261a0b188509353ac68bb04e9f318692266fb File 'LICENSE.txt' is obtained from diff --git a/automatic/mariadb.install/mariadb.install.json b/automatic/mariadb.install/mariadb.install.json index b8709d959..9ce405ba0 100644 --- a/automatic/mariadb.install/mariadb.install.json +++ b/automatic/mariadb.install/mariadb.install.json @@ -1,3 +1,7 @@ { - "10.2": "10.2.40" + "10.2": "10.2.41", + "10.3": "10.3.32", + "10.4": "10.4.22", + "10.5": "10.5.13", + "10.6": "10.6.5" } diff --git a/automatic/mariadb.install/mariadb.install.nuspec b/automatic/mariadb.install/mariadb.install.nuspec index 506256410..c5922d1f8 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 - 10.2.40 + 10.6.5 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-10240-release-notes/ + https://mariadb.com/kb/en/mariadb-1065-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 d32eaa573..275666128 100644 --- a/automatic/mariadb.install/tools/chocolateyInstall.ps1 +++ b/automatic/mariadb.install/tools/chocolateyInstall.ps1 @@ -6,8 +6,8 @@ $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $toolsDir fileType = 'msi' - file = "$toolsdir\mariadb-10.2.40-win32.msi" - file64 = "$toolsdir\mariadb-10.2.40-winx64.msi" + file = "$toolsdir\mariadb-10.6.5-win32.msi" + file64 = "$toolsdir\mariadb-10.6.5-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.portable/legal/VERIFICATION.txt b/automatic/mariadb.portable/legal/VERIFICATION.txt index fd4f18098..c5cade3ca 100644 --- a/automatic/mariadb.portable/legal/VERIFICATION.txt +++ b/automatic/mariadb.portable/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer have been downloaded from their official download link listed on < and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-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: - checksum32: 27cf5f8ac694be7f9e542c43ef410506cb9a9a91967467267690fdaaa64af114 - checksum64: 839b38bdb75f3f17da9e8d081d0535ccf21a03d772c65a1f29e921bcc7bcdbda + checksum32: e1c9f7aa9c8d1eefceae837ed794a1d6fa596bb86b82024e5fd187b33030fa23 + checksum64: ca56070e4d099c412987f09b73755fe874b83f951facd0fa81b8f76463569a3b File 'LICENSE.txt' is obtained from diff --git a/automatic/mariadb.portable/mariadb.portable.json b/automatic/mariadb.portable/mariadb.portable.json index 2ecab730e..9ce405ba0 100644 --- a/automatic/mariadb.portable/mariadb.portable.json +++ b/automatic/mariadb.portable/mariadb.portable.json @@ -1,6 +1,7 @@ { - "10.2": "10.2.40", - "10.3": "10.3.31", - "10.4": "10.4.21", - "10.5": "10.5.12" + "10.2": "10.2.41", + "10.3": "10.3.32", + "10.4": "10.4.22", + "10.5": "10.5.13", + "10.6": "10.6.5" } diff --git a/automatic/mariadb.portable/mariadb.portable.nuspec b/automatic/mariadb.portable/mariadb.portable.nuspec index 68ff17506..dc597f0fc 100644 --- a/automatic/mariadb.portable/mariadb.portable.nuspec +++ b/automatic/mariadb.portable/mariadb.portable.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 10.5.12 + 10.6.5 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-10512-release-notes/ + https://mariadb.com/kb/en/mariadb-1065-release-notes/ http://www.gnu.org/licenses/old-licenses/gpl-2.0.html false https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mariadb.portable diff --git a/automatic/mariadb.portable/tools/chocolateyInstall.ps1 b/automatic/mariadb.portable/tools/chocolateyInstall.ps1 index 9cbf70779..66fee7884 100644 --- a/automatic/mariadb.portable/tools/chocolateyInstall.ps1 +++ b/automatic/mariadb.portable/tools/chocolateyInstall.ps1 @@ -13,8 +13,8 @@ if (![System.IO.Directory]::Exists($installDir)) {[System.IO.Directory]::CreateD $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsdir\mariadb-10.5.12-win32.zip" - file64 = "$toolsdir\mariadb-10.5.12-winx64.zip" + file = "$toolsdir\mariadb-10.6.5-win32.zip" + file64 = "$toolsdir\mariadb-10.6.5-winx64.zip" } Write-Verbose "Downloading and installing program..." diff --git a/automatic/mariadb/mariadb.json b/automatic/mariadb/mariadb.json index 2ecab730e..9ce405ba0 100644 --- a/automatic/mariadb/mariadb.json +++ b/automatic/mariadb/mariadb.json @@ -1,6 +1,7 @@ { - "10.2": "10.2.40", - "10.3": "10.3.31", - "10.4": "10.4.21", - "10.5": "10.5.12" + "10.2": "10.2.41", + "10.3": "10.3.32", + "10.4": "10.4.22", + "10.5": "10.5.13", + "10.6": "10.6.5" } diff --git a/automatic/mariadb/mariadb.nuspec b/automatic/mariadb/mariadb.nuspec index 16e887a05..0d7d945f3 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 - 10.5.12 + 10.6.5 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-10512-release-notes/ + https://mariadb.com/kb/en/mariadb-1065-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. - +