Skip to content

Commit

Permalink
AU: 2 updated - mattermost-desktop Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 3, 2023
1 parent bf0f51d commit fd4a34d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 16 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.5.0/mattermost-desktop-5.5.0-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/5.5.0/mattermost-desktop-5.5.0-x64.msi>
32-Bit: <https://releases.mattermost.com/desktop/5.5.1/mattermost-desktop-5.5.1-x86.msi>
64-Bit: <https://releases.mattermost.com/desktop/5.5.1/mattermost-desktop-5.5.1-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: 7F7030246F4875A01229C578A43899B49F0A0C6E54B7CCE57E4A44070802C46A
checksum64: D7194D7D8EF980D2A0D97D98534D8DBF709F6C03F75D08BB19BFB9D8D6B51485
checksum32: DD79DBCC13C5EDA53335AE4B9CA96E62E49471DD16BC090A73CF9EC6CA122BB6
checksum64: 061DAFA2274366E79B1F370FED6A5DDCCA487D5943E68F9DD967A3A140B61801

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.5.0</version>
<version>5.5.1</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.5.0-x86.msi"
file64 = "$toolsDir\mattermost-desktop-5.5.0-x64.msi"
checksum = '7F7030246F4875A01229C578A43899B49F0A0C6E54B7CCE57E4A44070802C46A'
checksum64 = 'D7194D7D8EF980D2A0D97D98534D8DBF709F6C03F75D08BB19BFB9D8D6B51485'
file = "$toolsDir\mattermost-desktop-5.5.1-x86.msi"
file64 = "$toolsDir\mattermost-desktop-5.5.1-x64.msi"
checksum = 'DD79DBCC13C5EDA53335AE4B9CA96E62E49471DD16BC090A73CF9EC6CA122BB6'
checksum64 = '061DAFA2274366E79B1F370FED6A5DDCCA487D5943E68F9DD967A3A140B61801'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
5 changes: 3 additions & 2 deletions automatic/opera/opera.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>102.0.4880.78</version>
<version>103.0.4928.16</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -18,6 +18,7 @@
- `/NoAutostart` - Do not add Opera autostart entry
- `/NoDesktopShortcut` - Do not create desktop shortcut for Opera
- `/NoTaskbarShortcut` - Do not pin Opera to taskbar
- `/RemoveUserData` - Remove Opera's user data during uninstallation.
These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoAutostart /NoDesktopShortcut /NoTaskbarShortcut"'`
Expand All @@ -27,7 +28,7 @@ For example: `--params '"/NoAutostart /NoDesktopShortcut /NoTaskbarShortcut"'`
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-102/#b4880.78</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-103/#b4928.16</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
<dependencies>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/102.0.4880.78/win/Opera_102.0.4880.78_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/102.0.4880.78/win/Opera_102.0.4880.78_Setup_x64.exe'
checksum = 'd3084d3812e39256ce5115486f5bd0c837076ca16be6d0f6f49a5b28c359b097'
checksum64 = '25d35981dfa6575206efabfc6c6d710381c2189ec0d18070b2be31813b709e6e'
url = 'https://get.geo.opera.com/pub/opera/desktop/103.0.4928.16/win/Opera_103.0.4928.16_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/103.0.4928.16/win/Opera_103.0.4928.16_Setup_x64.exe'
checksum = '477d023a6138cc15e3b9893d5847988eab0a0817066451ef762dda3f9b5fa1a0'
checksum64 = '45aac14539946aa5a33ada9d9153f3a7557f66cd30a11bb1b4a8ab8e71478ab8'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '102.0.4880.78'
$version = '103.0.4928.16'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down

0 comments on commit fd4a34d

Please sign in to comment.