Skip to content

Commit

Permalink
AU: 6 updated - mariadb mariadb.install mongodb mongodb.install mongo…
Browse files Browse the repository at this point in the history
…db.portable slack

[skip ci]
  • Loading branch information
mkevenaar committed Mar 18, 2024
1 parent 4730232 commit 300b320
Show file tree
Hide file tree
Showing 16 changed files with 31 additions and 29 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.4.1/mariadb-11.4.1-winx64.msi>
64-Bit: <http://downloads.mariadb.org/rest-api/mariadb/11.5.0/mariadb-11.5.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: 5b0e28704bfafcb3bb87787c3d8c9bb1903c9ae7e607c879888dfde0c6e4bb76
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 @@ -13,5 +13,6 @@
"11.1": "11.1.4",
"11.2": "11.2.3",
"11.3": "11.3.2",
"11.4": "11.4.1"
"11.4": "11.4.1",
"11.5": "11.5.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.4.1</version>
<version>11.5.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-1141-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-1150-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.4.1-winx64.msi"
file64 = "$toolsdir\mariadb-11.5.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 @@ -13,5 +13,6 @@
"11.1": "11.1.4",
"11.2": "11.2.3",
"11.3": "11.3.2",
"11.4": "11.4.1"
"11.4": "11.4.1",
"11.5": "11.5.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.4.1</version>
<version>11.5.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-1141-release-notes/</releaseNotes>
<releaseNotes>https://mariadb.com/kb/en/mariadb-1150-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.4.1]" />
<dependency id="mariadb.install" version="[11.5.0]" />
</dependencies>

<!--<provides>NOT YET IMPLEMENTED</provides>-->
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb.install/mongodb.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"6.3-rc": "6.3.2-rc1",
"6.3": "6.3.2",
"7.0-rc": "7.0.7-rc2",
"7.0": "7.0.6",
"7.0": "7.0.7",
"7.1-rc": "7.1.1-rc0",
"7.1": "7.1.1",
"7.2-rc": "7.2.2-rc0",
Expand Down
4 changes: 2 additions & 2 deletions automatic/mongodb.install/mongodb.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>7.3.0-rc7</version>
<version>7.0.7</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>MongoDB Inc</copyright>
<tags>cli database nosql admin</tags>
<releaseNotes>https://docs.mongodb.org/master/release-notes/7.3/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/7.0/</releaseNotes>
<licenseUrl>https://www.mongodb.com/legal/licensing/community-edition</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb.install</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mongodb.install/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)"
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.3.0-rc7-signed.msi'
$checksum64 = '4f9148cad84c6d2b60f8268c9d40f492b19ff4345fd07c86683e695ad6bb5b87'
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.7-signed.msi'
$checksum64 = 'bc2b37ac25858986b053b5f2f829810c4e4d7617d3c3d6f9b5c443e087294a85'
$checksumType64 = 'sha256'
$silentArgs = 'ADDLOCAL="ServerService,Server,ProductFeature,Router,MiscellaneousTools" /qn /norestart'
$dataPath = "$env:PROGRAMDATA\MongoDB\data\db"
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb.portable/mongodb.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"6.3-rc": "6.3.2-rc1",
"6.3": "6.3.2",
"7.0-rc": "7.0.7-rc2",
"7.0": "7.0.6",
"7.0": "7.0.7",
"7.1-rc": "7.1.1-rc0",
"7.1": "7.1.1",
"7.2-rc": "7.2.2-rc0",
Expand Down
4 changes: 2 additions & 2 deletions automatic/mongodb.portable/mongodb.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>7.3.0-rc7</version>
<version>7.0.7</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>MongoDB Inc</copyright>
<tags>cli database nosql</tags>
<releaseNotes>https://docs.mongodb.org/master/release-notes/7.3/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/7.0/</releaseNotes>
<licenseUrl>https://www.mongodb.com/legal/licensing/community-edition</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb.portable</packageSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mongodb.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.3.0-rc7.zip'
$checksum64 = '8d0995e96c18441eed30dc962e389850b4a5446803fc41dba87a429ec0e6d4fa'
$url64 = 'https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-7.0.7.zip'
$checksum64 = '2e86a2298f7701f48892dbce5bc3fb00a30da73f25bd48823253f5ffc50ee866'
$checksumType64 = 'sha256'

$binRoot = Get-ToolsLocation
Expand Down
2 changes: 1 addition & 1 deletion automatic/mongodb/mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"6.3-rc": "6.3.2-rc1",
"6.3": "6.3.2",
"7.0-rc": "7.0.7-rc2",
"7.0": "7.0.6",
"7.0": "7.0.7",
"7.1-rc": "7.1.1-rc0",
"7.1": "7.1.1",
"7.2-rc": "7.2.2-rc0",
Expand Down
6 changes: 3 additions & 3 deletions automatic/mongodb/mongodb.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>7.3.0-rc7</version>
<version>7.0.7</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>MongoDB Inc</copyright>
<tags>cli database nosql admin</tags>
<releaseNotes>https://docs.mongodb.org/master/release-notes/7.3/</releaseNotes>
<releaseNotes>https://docs.mongodb.org/master/release-notes/7.0/</releaseNotes>
<licenseUrl>https://www.mongodb.com/legal/licensing/community-edition</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/mongodb</packageSourceUrl>
Expand Down Expand Up @@ -75,7 +75,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="mongodb.install" version="[7.3.0-rc7]" />
<dependency id="mongodb.install" version="[7.0.7]" />
</dependencies>

<!--<provides>NOT YET IMPLEMENTED</provides>-->
Expand Down
2 changes: 1 addition & 1 deletion automatic/slack/slack.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>4.36.140</version>
<version>4.37.94</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, kendaleiv</owners>
<!-- ============================== -->
Expand Down
8 changes: 4 additions & 4 deletions automatic/slack/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://downloads.slack-edge.com/releases/windows/4.36.140/prod/ia32/slack-standalone-4.36.140.0.msi'
$checksum32 = '9051b0937bf4596b45b77fb3e6f769c789e763d3e79c978f8ee8feba973c6f6d'
$url32 = 'https://downloads.slack-edge.com/desktop-releases/windows/ia32/4.37.94/slack-standalone-4.37.94.0.msi'
$checksum32 = '6fdafe9e119c96605fd5ba793ca0cb271208828853414f1bf9b446b00afb4cbc'
$checksumType32 = 'sha256'
$url64 = 'https://downloads.slack-edge.com/releases/windows/4.36.140/prod/x64/slack-standalone-4.36.140.0.msi'
$checksum64 = '26f7ce8b41e603002f33b2624a6e0eff05e7370ae249fec8fb87213e725d1c56'
$url64 = 'https://downloads.slack-edge.com/desktop-releases/windows/x64/4.37.94/slack-standalone-4.37.94.0.msi'
$checksum64 = '01dbd40d71d8e2bfc69d2d0c2b576cf4843427765487062d0a9a447ed00b4039'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 300b320

Please sign in to comment.