Skip to content

Commit

Permalink
AU: 2 updated - mattermost-desktop webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 15, 2024
1 parent bc2f7c6 commit 999d536
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions automatic/mattermost-desktop/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the Github release page <https://github.c
and can be verified like this:

1. Download the following installers:
32-Bit: <https://releases.mattermost.com/desktop/5.6.0/mattermost-desktop-5.6.0-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/5.6.0/mattermost-desktop-5.6.0-x64.msi>
32-Bit: <https://releases.mattermost.com/desktop/5.7.0/mattermost-desktop-5.7.0-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/5.7.0/mattermost-desktop-5.7.0-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: F61F856252BD79E654D2ECE8A4D005094A86F7639572E2AF347AE0CE3E57BD19
checksum64: FA577A13EFC123BC721311E5E2CF3DDDEF7577C287CE8FFE29F38F86F0FD563A
checksum32: 56C41932352C93E6B3D6DA653E404F13A5E7C4DB1E36A6004B0EC126374D548B
checksum64: 1F22DFEE069DEC8AD92EF3112156445E3DB36EEC275185DCB74A69DE4AA52A2D

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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>mattermost-desktop</id>
<title>Mattermost Desktop</title>
<version>5.6.0</version>
<version>5.7.0</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
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'mattermost-desktop'
fileType = 'msi'
file = "$toolsDir\mattermost-desktop-5.6.0-x86.msi"
file64 = "$toolsDir\mattermost-desktop-5.6.0-x64.msi"
checksum = 'F61F856252BD79E654D2ECE8A4D005094A86F7639572E2AF347AE0CE3E57BD19'
checksum64 = 'FA577A13EFC123BC721311E5E2CF3DDDEF7577C287CE8FFE29F38F86F0FD563A'
file = "$toolsDir\mattermost-desktop-5.7.0-x86.msi"
file64 = "$toolsDir\mattermost-desktop-5.7.0-x64.msi"
checksum = '56C41932352C93E6B3D6DA653E404F13A5E7C4DB1E36A6004B0EC126374D548B'
checksum64 = '1F22DFEE069DEC8AD92EF3112156445E3DB36EEC275185DCB74A69DE4AA52A2D'
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/webstorm/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir
$arguments = @{
packageName = $env:ChocolateyPackageName
softwareName = 'WebStorm *'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.3.4.exe'
checksum = '5517840c35832d1312f1add5233ed93a6a63383f05e89eb385266fd01c670959'
url = 'https://download.jetbrains.com/webstorm/WebStorm-2023.3.5.exe'
checksum = '2b6fb568f8c77562e03769a7907e12a2175935dd1f4a66a4f8128c80c6887e92'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = $silentArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2023.3.4</version>
<version>2023.3.5</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit 999d536

Please sign in to comment.