Skip to content

Commit

Permalink
AU: 3 updated - mariadb mariadb.install mariadb.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 24, 2020
1 parent 75422d8 commit 6a8fb21
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions automatic/mariadb.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://downloads.mariadb.org/f/mariadb-10.5.3/win32-packages/mariadb-10.5.3-win32.msi>
64-Bit: <https://downloads.mariadb.org/f/mariadb-10.5.3/winx64-packages/mariadb-10.5.3-winx64.msi>
32-Bit: <https://downloads.mariadb.org/f/mariadb-10.5.4/win32-packages/mariadb-10.5.4-win32.msi>
64-Bit: <https://downloads.mariadb.org/f/mariadb-10.5.4/winx64-packages/mariadb-10.5.4-winx64.msi>
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 <https://github.com/MariaDB/server/blob/10.3/COPYING>
2 changes: 1 addition & 1 deletion automatic/mariadb.install/mariadb.install.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>10.5.3</version>
<version>10.5.4</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/mariadb.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion automatic/mariadb.portable/mariadb.portable.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>10.5.3</version>
<version>10.5.4</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
8 changes: 4 additions & 4 deletions automatic/mariadb.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
4 changes: 2 additions & 2 deletions automatic/mariadb/mariadb.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>10.5.3</version>
<version>10.5.4</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 Expand Up @@ -72,7 +72,7 @@ let them know the package is no longer updating correctly.

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="mariadb.install" version="[10.5.3]" />
<dependency id="mariadb.install" version="[10.5.4]" />
</dependencies>

<!--<provides>NOT YET IMPLEMENTED</provides>-->
Expand Down

0 comments on commit 6a8fb21

Please sign in to comment.