Skip to content

Commit

Permalink
AU: 4 updated - firefox-nightly mariadb mariadb.install mariadb.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Nov 18, 2022
1 parent 4910646 commit d3bc8c9
Show file tree
Hide file tree
Showing 14 changed files with 176 additions and 173 deletions.
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "109.0.1.2022111709-alpha"
"nightly": "109.0.1.2022111721-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.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>109.0.1.2022111709-alpha</version>
<version>109.0.1.2022111721-alpha</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
306 changes: 153 additions & 153 deletions automatic/firefox-nightly/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/11/2022-11-17-09-39-01-mozilla-central/firefox-109.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2022/11/2022-11-17-21-41-29-mozilla-central/firefox-109.0a1.${locale}.win32.installer.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2022/11/2022-11-17-09-39-01-mozilla-central/firefox-109.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2022/11/2022-11-17-21-41-29-mozilla-central/firefox-109.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
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/10.10.2/mariadb-10.10.2-winx64.msi>
64-Bit: <http://downloads.mariadb.org/rest-api/mariadb/10.11.1/mariadb-10.11.1-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: 3ff89af05e1b1d125e037d208feef9425bb38e8e4389384cf1ac78cc2b47c5b5
checksum64: 7874e74a7de73042bd05bf2a5c9215a1749a74ebdcc0012d2ab6e8abbf94544a

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 @@ -7,5 +7,6 @@
"10.7": "10.7.7",
"10.8": "10.8.6",
"10.9": "10.9.4",
"10.10": "10.10.2"
"10.10": "10.10.2",
"10.11": "10.11.1"
}
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.10.2</version>
<version>10.11.1</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-10102-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-10111-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-10.10.2-winx64.msi"
file64 = "$toolsdir\mariadb-10.11.1-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/10.10.2/mariadb-10.10.2-winx64.zip>
64-Bit: <http://downloads.mariadb.org/rest-api/mariadb/10.11.1/mariadb-10.11.1-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: 4d037d397d4c440b7022f968a64139196f297cccff98b4ac345800e088d8b79b
checksum64: a6f7a524e76451e75896127ee3ec9ac281e11a84f589027f42285ea6b45243f0

File 'LICENSE.txt' is obtained from <https://github.com/MariaDB/server/blob/10.3/COPYING>
3 changes: 2 additions & 1 deletion automatic/mariadb.portable/mariadb.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"10.7": "10.7.7",
"10.8": "10.8.6",
"10.9": "10.9.4",
"10.10": "10.10.2"
"10.10": "10.10.2",
"10.11": "10.11.1"
}
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.10.2</version>
<version>10.11.1</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-10102-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-10111-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-10.10.2-winx64.zip"
file64 = "$toolsdir\mariadb-10.11.1-winx64.zip"
}

Write-Verbose "Downloading and installing program..."
Expand Down
3 changes: 2 additions & 1 deletion automatic/mariadb/mariadb.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
"10.7": "10.7.7",
"10.8": "10.8.6",
"10.9": "10.9.4",
"10.10": "10.10.2"
"10.10": "10.10.2",
"10.11": "10.11.1"
}
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.10.2</version>
<version>10.11.1</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-10102-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-10111-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.10.2]" />
<dependency id="mariadb.install" version="[10.11.1]" />
</dependencies>

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

0 comments on commit d3bc8c9

Please sign in to comment.