diff --git a/automatic/mariadb.install/legal/VERIFICATION.txt b/automatic/mariadb.install/legal/VERIFICATION.txt index 36c33bf85..bf6780dd0 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: sha256 - checksum32: 5FAFEC3B57B3C796BA2170737B6C906B347FCCC6A8EBA58BA6D2E18FFE346DFE - checksum64: 44D9CEF334289EE2020095FEEE1F77AF66FBE8B7334F78F908E3E5ECB04EC0C4 + checksum32: 02A1A8E8E465DA00713D9804C54921D786A09443226AD70890F2145831610569 + checksum64: 4115E74E512B45F5835407EB7360DEC6230BE4F3D41322CFBEE9CC441B5AEE3C File 'LICENSE.txt' is obtained from diff --git a/automatic/mariadb.install/mariadb.install.nuspec b/automatic/mariadb.install/mariadb.install.nuspec index 6951d8ab6..e771a9453 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.5.3 + 10.5.4 Maurice Kevenaar diff --git a/automatic/mariadb.install/tools/chocolateyInstall.ps1 b/automatic/mariadb.install/tools/chocolateyInstall.ps1 index 4f6561b0c..3cd529544 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.5.3-win32.msi" - file64 = "$toolsdir\mariadb-10.5.3-winx64.msi" + file = "$toolsdir\mariadb-10.5.4-win32.msi" + file64 = "$toolsdir\mariadb-10.5.4-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/mariadb.portable.nuspec b/automatic/mariadb.portable/mariadb.portable.nuspec index db1d2ecd9..1dc0c5470 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.3 + 10.5.4 Maurice Kevenaar diff --git a/automatic/mariadb.portable/tools/chocolateyInstall.ps1 b/automatic/mariadb.portable/tools/chocolateyInstall.ps1 index 600f0dff6..d70fd651d 100644 --- a/automatic/mariadb.portable/tools/chocolateyInstall.ps1 +++ b/automatic/mariadb.portable/tools/chocolateyInstall.ps1 @@ -1,10 +1,10 @@ $ErrorActionPreference = 'Stop'; -$url32 = 'https://downloads.mariadb.org/f/mariadb-10.5.3/win32-packages/mariadb-10.5.3-win32.zip' -$checksum32 = '5d62238271afa5a79f1afbf9d80e2ba7ce3a217ffc97bf66b32631ddb3a03823' +$url32 = 'https://downloads.mariadb.org/f/mariadb-10.5.4/win32-packages/mariadb-10.5.4-win32.zip' +$checksum32 = '80ac6f78f5b6c7a960d24d4de9fc9bc386f49772ba7ddba94751de90c7db7716' $checksumType32 = 'sha256' -$url64 = 'https://downloads.mariadb.org/f/mariadb-10.5.3/winx64-packages/mariadb-10.5.3-winx64.zip' -$checksum64 = '9e9d0fc6521f29641b5f9b41f4239875af47962afda88505ebb7664ef41a23cd' +$url64 = 'https://downloads.mariadb.org/f/mariadb-10.5.4/winx64-packages/mariadb-10.5.4-winx64.zip' +$checksum64 = '111003122f24b5ce091dbcee9d39c315e07e583a399c3a7fa11881b829dd0191' $checksumType64 = 'sha256' $packageName = 'mariadb' diff --git a/automatic/mariadb/mariadb.nuspec b/automatic/mariadb/mariadb.nuspec index 58fcc1c1e..12304270e 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.3 + 10.5.4 Maurice Kevenaar @@ -72,7 +72,7 @@ let them know the package is no longer updating correctly. - +