Skip to content

Commit

Permalink
AU: 3 updated - iobit-uninstaller mariadb mariadb.install
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Sep 20, 2023
1 parent 2d4910c commit cefad35
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion automatic/iobit-uninstaller/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"708350702"|13.0.0.13
"425263273"|13.1.0.3
2 changes: 1 addition & 1 deletion automatic/iobit-uninstaller/iobit-uninstaller.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>13.0.0.13</version>
<version>13.1.0.3</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
2 changes: 1 addition & 1 deletion automatic/iobit-uninstaller/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://cdn.iobit.com/dl/iobituninstaller.exe'
$checksum = 'B0589038B23600C8501D8996B9081DACC36713A1D3B7F482A0C5EDC8AE5C4BBC'
$checksum = '46D5482980D028AA875115471BF01E5C9480283DF74DE6F242D67638C855FFFF'
$checksumType = 'sha256'

. $toolsDir\helpers.ps1
Expand Down
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.2.1/mariadb-11.2.1-winx64.msi>
64-Bit: <http://downloads.mariadb.org/rest-api/mariadb/11.3.0/mariadb-11.3.0-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: e879b1af1471690be7e72126c6b4af6b85507acd582ffddee2d2be3c0d229383
checksum64:

File 'LICENSE.txt' is obtained from <https://github.com/MariaDB/server/blob/10.3/COPYING>
3 changes: 2 additions & 1 deletion automatic/mariadb.install/mariadb.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"10.11": "10.11.5",
"11.0": "11.0.3",
"11.1": "11.1.2",
"11.2": "11.2.1"
"11.2": "11.2.1",
"11.3": "11.3.0"
}
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.2.1</version>
<version>11.3.0</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-1121-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-1130-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.2.1-winx64.msi"
file64 = "$toolsdir\mariadb-11.3.0-winx64.msi"
softwareName = 'MariaDB *'
silentArgs = "SERVICENAME=MySQL /qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0,3010)
Expand Down
3 changes: 2 additions & 1 deletion automatic/mariadb/mariadb.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
"10.11": "10.11.5",
"11.0": "11.0.3",
"11.1": "11.1.2",
"11.2": "11.2.1"
"11.2": "11.2.1",
"11.3": "11.3.0"
}
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.2.1</version>
<version>11.3.0</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-1121-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-1130-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="[11.2.1]" />
<dependency id="mariadb.install" version="[11.3.0]" />
</dependencies>

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

0 comments on commit cefad35

Please sign in to comment.