diff --git a/automatic/mattermost-desktop/legal/VERIFICATION.txt b/automatic/mattermost-desktop/legal/VERIFICATION.txt index 0cf87e57201..6be3a71d921 100644 --- a/automatic/mattermost-desktop/legal/VERIFICATION.txt +++ b/automatic/mattermost-desktop/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The installer has been downloaded from the Github release page - 64-Bit: + 32-Bit: + 64-Bit: 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 diff --git a/automatic/mattermost-desktop/mattermost-desktop.nuspec b/automatic/mattermost-desktop/mattermost-desktop.nuspec index bc5c7002602..5eba8617ffe 100644 --- a/automatic/mattermost-desktop/mattermost-desktop.nuspec +++ b/automatic/mattermost-desktop/mattermost-desktop.nuspec @@ -6,7 +6,7 @@ mattermost-desktop Mattermost Desktop - 5.5.0 + 5.5.1 https://github.com/mattermost/desktop/graphs/contributors chocolatey-community,wget, hans0 Native desktop application for Mattermost running on Windows diff --git a/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 b/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 index d57a3395b19..24fee74c63e 100644 --- a/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 +++ b/automatic/mattermost-desktop/tools/chocolateyInstall.ps1 @@ -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`"" diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index 9cf40f2df13..0ec3c82c377 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 102.0.4880.78 + 103.0.4928.16 Opera chocolatey-community Opera @@ -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"'` @@ -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.** ]]> The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer. - https://blogs.opera.com/desktop/changelog-for-102/#b4880.78 + https://blogs.opera.com/desktop/changelog-for-103/#b4928.16 browser opera cross-platform internet admin https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index 3b19fa26988..f0dd3969304 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -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." }