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 Feb 5, 2025
1 parent 11dc0fe commit 92daa93
Show file tree
Hide file tree
Showing 10 changed files with 25 additions and 25 deletions.
4 changes: 2 additions & 2 deletions automatic/mariadb.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <http://downloads.mariadb.org/rest-api/mariadb/11.7.1/mariadb-11.7.1-winx64.msi>
64-Bit: <http://downloads.mariadb.org/rest-api/mariadb/11.4.5/mariadb-11.4.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: sha256
checksum64: 9e00be5c394db5984c4048f2e2e3b528e8bed1b96cfcd56c4d03f0b48976c167
checksum64: 3f2765f47de951fd1f52903da493310597cbf404718475599f44895092d1b64a

File 'LICENSE.txt' is obtained from <https://github.com/MariaDB/server/blob/10.3/COPYING>
8 changes: 4 additions & 4 deletions automatic/mariadb.install/mariadb.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"10.2": "10.2.44",
"10.3": "10.3.38",
"10.4": "10.4.34",
"10.5": "10.5.27",
"10.6": "10.6.20",
"10.5": "10.5.28",
"10.6": "10.6.21",
"10.7": "10.7.8",
"10.8": "10.8.7",
"10.9": "10.9.8",
"10.10": "10.10.7",
"10.11": "10.11.10",
"10.11": "10.11.11",
"11.0": "11.0.6",
"11.1": "11.1.5",
"11.2": "11.2.6",
"11.3": "11.3.2",
"11.4": "11.4.4",
"11.4": "11.4.5",
"11.5": "11.5.1",
"11.6": "11.6.2",
"11.7-rc": "11.7.1-rc"
Expand Down
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>11.7.1-rc</version>
<version>11.4.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-1171-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-1145-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
2 changes: 1 addition & 1 deletion automatic/mariadb.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'msi'
file64 = "$toolsdir\mariadb-11.7.1-winx64.msi"
file64 = "$toolsdir\mariadb-11.4.5-winx64.msi"
softwareName = 'MariaDB *'
silentArgs = "SERVICENAME=MySQL /qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0,3010)
Expand Down
4 changes: 2 additions & 2 deletions automatic/mariadb.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <http://downloads.mariadb.org/rest-api/mariadb/11.8.0/mariadb-11.8.0-winx64.zip>
64-Bit: <http://downloads.mariadb.org/rest-api/mariadb/11.4.5/mariadb-11.4.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: sha256
checksum64: c44c882abfb5a3d6b53a028e66fc862e8c6198a5284cb3f442119085cf4809ed
checksum64: b7c11d38657f16b837e68199d73670510aadb78f42dfa5d5fdea31a7aab342e3

File 'LICENSE.txt' is obtained from <https://github.com/MariaDB/server/blob/10.3/COPYING>
8 changes: 4 additions & 4 deletions automatic/mariadb.portable/mariadb.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"10.2": "10.2.44",
"10.3": "10.3.38",
"10.4": "10.4.34",
"10.5": "10.5.27",
"10.6": "10.6.20",
"10.5": "10.5.28",
"10.6": "10.6.21",
"10.7": "10.7.8",
"10.8": "10.8.7",
"10.9": "10.9.8",
"10.10": "10.10.7",
"10.11": "10.11.10",
"10.11": "10.11.11",
"11.0": "11.0.6",
"11.1": "11.1.5",
"11.2": "11.2.6",
"11.3": "11.3.2",
"11.4": "11.4.4",
"11.4": "11.4.5",
"11.5": "11.5.1",
"11.6": "11.6.2",
"11.7-rc": "11.7.1-rc",
Expand Down
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>11.8.0-preview</version>
<version>11.4.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-1180-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-1145-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
2 changes: 1 addition & 1 deletion automatic/mariadb.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (![System.IO.Directory]::Exists($installDir)) {[System.IO.Directory]::CreateD
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file64 = "$toolsdir\mariadb-11.8.0-winx64.zip"
file64 = "$toolsdir\mariadb-11.4.5-winx64.zip"
}

Write-Verbose "Downloading and installing program..."
Expand Down
8 changes: 4 additions & 4 deletions automatic/mariadb/mariadb.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
"10.2": "10.2.44",
"10.3": "10.3.39",
"10.4": "10.4.34",
"10.5": "10.5.27",
"10.6": "10.6.20",
"10.5": "10.5.28",
"10.6": "10.6.21",
"10.7": "10.7.8",
"10.8": "10.8.8",
"10.9": "10.9.8",
"10.10": "10.10.7",
"10.11": "10.11.10",
"10.11": "10.11.11",
"11.0": "11.0.6",
"11.1": "11.1.5",
"11.2": "11.2.6",
"11.3": "11.3.2",
"11.4": "11.4.4",
"11.4": "11.4.5",
"11.5": "11.5.1",
"11.6": "11.6.2",
"11.7-rc": "11.7.1-rc"
Expand Down
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>11.7.1-rc</version>
<version>11.4.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-1171-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-1145-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 [here](https://github.com/mkevenaar/chocolatey-packages/issues) th

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

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

0 comments on commit 92daa93

Please sign in to comment.