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 Nov 8, 2021
1 parent d2822e9 commit 62a5d53
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 28 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: <http://downloads.mariadb.org/rest-api/mariadb/10.2.40/mariadb-10.2.40-win32.msi>
64-Bit: <http://downloads.mariadb.org/rest-api/mariadb/10.2.40/mariadb-10.2.40-winx64.msi>
32-Bit: <http://downloads.mariadb.org/rest-api/mariadb/10.6.5/mariadb-10.6.5-win32.msi>
64-Bit: <http://downloads.mariadb.org/rest-api/mariadb/10.6.5/mariadb-10.6.5-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:
checksum32: b14a2809d2478765c47b80554726a32479b5dc4ca81ab4822b7cad14abb60125
checksum64: d19dd40999f6dbe9bd29ab3d8eecd08952083ac17980662cea3d2dc04d536536
checksum32: a49f7744b36164e54e1f703827358ec5b784f2362dad7885370eeff7e8ea149c
checksum64: 734328d8e3522d2d14b5f12579a261a0b188509353ac68bb04e9f318692266fb

File 'LICENSE.txt' is obtained from <https://github.com/MariaDB/server/blob/10.3/COPYING>
6 changes: 5 additions & 1 deletion automatic/mariadb.install/mariadb.install.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions 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.2.40</version>
<version>10.6.5</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>MariaDB Foundation</copyright>
<tags>rdbms sql database mysql admin</tags>
<releaseNotes>https://mariadb.com/kb/en/mariadb-10240-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-1065-release-notes/</releaseNotes>
<licenseUrl>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mariadb.install</packageSourceUrl>
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.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)
Expand Down
8 changes: 4 additions & 4 deletions automatic/mariadb.portable/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: <http://downloads.mariadb.org/rest-api/mariadb/10.5.12/mariadb-10.5.12-win32.zip>
64-Bit: <http://downloads.mariadb.org/rest-api/mariadb/10.5.12/mariadb-10.5.12-winx64.zip>
32-Bit: <http://downloads.mariadb.org/rest-api/mariadb/10.6.5/mariadb-10.6.5-win32.zip>
64-Bit: <http://downloads.mariadb.org/rest-api/mariadb/10.6.5/mariadb-10.6.5-winx64.zip>
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 <https://github.com/MariaDB/server/blob/10.3/COPYING>
9 changes: 5 additions & 4 deletions automatic/mariadb.portable/mariadb.portable.json
Original file line number Diff line number Diff line change
@@ -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"
}
4 changes: 2 additions & 2 deletions 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.12</version>
<version>10.6.5</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>MariaDB Foundation</copyright>
<tags>rdbms sql database mysql</tags>
<releaseNotes>https://mariadb.com/kb/en/mariadb-10512-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-1065-release-notes/</releaseNotes>
<licenseUrl>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mariadb.portable</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mariadb.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
9 changes: 5 additions & 4 deletions automatic/mariadb/mariadb.json
Original file line number Diff line number Diff line change
@@ -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"
}
6 changes: 3 additions & 3 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.12</version>
<version>10.6.5</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>MariaDB Foundation</copyright>
<tags>rdbms sql database mysql</tags>
<releaseNotes>https://mariadb.com/kb/en/mariadb-10512-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-1065-release-notes/</releaseNotes>
<licenseUrl>http://www.gnu.org/licenses/old-licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mariadb</packageSourceUrl>
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.12]" />
<dependency id="mariadb.install" version="[10.6.5]" />
</dependencies>

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

0 comments on commit 62a5d53

Please sign in to comment.