Skip to content

Commit

Permalink
AU: 2 updated - mattermost-desktop mixxx
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 13, 2021
1 parent b0b335f commit ed0e2b8
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://releases.mattermost.com/desktop/4.7.1/mattermost-desktop-4.7.1-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/4.7.1/mattermost-desktop-4.7.1-x64.msi>
32-Bit: <https://releases.mattermost.com/desktop/4.7.2/mattermost-desktop-4.7.2-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/4.7.2/mattermost-desktop-4.7.2-x64.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
checksum32: DC87787A1A602B6A2A3EAAAF4D3BF073548CAA350855030F88CE3CCB3DDA76DB
checksum64: B606A5C5067C41F113EB2B2955CD4AE6ADE2E0952849FC3105012E295A12BA97
checksum32: 54A9159F34C9D2CD35B3944658EE597D1B5D4EF06A781FAD0757CB5E713BDB52
checksum64: 79186E60AC678F7753BB73A1C57A70A3B5A539AE4E920E8C88C3F0911855C1D2

File 'LICENSE.txt' is obtained from <https://github.com/mattermost/desktop/blob/06ddc6099e9b6296e7031c04e3e4bd29743bedb4/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/mattermost-desktop/mattermost-desktop.nuspec
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>mattermost-desktop</id>
<title>Mattermost Desktop</title>
<version>4.7.1</version>
<version>4.7.2</version>
<authors>https://github.com/mattermost/desktop/graphs/contributors</authors>
<owners>chocolatey-community,wget, hans0</owners>
<summary>Native desktop application for Mattermost running on Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/tools/chocolateyInstall.ps1
Expand Up @@ -5,10 +5,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'mattermost-desktop'
fileType = 'msi'
file = "$toolsDir\mattermost-desktop-4.7.1-x86.msi"
file64 = "$toolsDir\mattermost-desktop-4.7.1-x64.msi"
checksum = 'DC87787A1A602B6A2A3EAAAF4D3BF073548CAA350855030F88CE3CCB3DDA76DB'
checksum64 = 'B606A5C5067C41F113EB2B2955CD4AE6ADE2E0952849FC3105012E295A12BA97'
file = "$toolsDir\mattermost-desktop-4.7.2-x86.msi"
file64 = "$toolsDir\mattermost-desktop-4.7.2-x64.msi"
checksum = '54A9159F34C9D2CD35B3944658EE597D1B5D4EF06A781FAD0757CB5E713BDB52'
checksum64 = '79186E60AC678F7753BB73A1C57A70A3B5A539AE4E920E8C88C3F0911855C1D2'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/mixxx/legal/VERIFICATION.txt
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-805-gb532f64f97-win64.msi
x64: https://downloads.mixxx.org/snapshots/main/mixxx-2.4-alpha-806-g50ffc34ef4-win64.msi

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 06F8CD6402225B01FF1BE6A1B7C6979D7CAD79C5510DF61455197DAE8B5E752D
checksum64: F7FE1F1E4A13ED995A83660A8A7E1E5AC71F1E69CE6B5708111CFB7BB02046CF

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.json
@@ -1,4 +1,4 @@
{
"stable": "2.3.0",
"alpha": "2.4-alpha-805"
"alpha": "2.4-alpha-806"
}
2 changes: 1 addition & 1 deletion automatic/mixxx/mixxx.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.4-alpha-805</version>
<version>2.4-alpha-806</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\mixxx-2.4-alpha-805-gb532f64f97-win64.msi"
file64 = "$toolsPath\mixxx-2.4-alpha-806-g50ffc34ef4-win64.msi"

softwareName = 'Mixxx *'

Expand Down

0 comments on commit ed0e2b8

Please sign in to comment.