diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index 95d4e7bd5c0..ff8f9432012 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 53.0.2907.110 + 54.0.2952.41 Opera chocolatey Opera @@ -23,7 +23,7 @@ These parameters can be passed to the installer with the use of `--params`. For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'` ]]> 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-53/#b2907.110 + https://blogs.opera.com/desktop/changelog-for-54/#b2952.41 browser opera cross-platform internet admin https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index 16ec333a878..b48d9629f8b 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host " $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://get.geo.opera.com/pub/opera/desktop/53.0.2907.110/win/Opera_53.0.2907.110_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/53.0.2907.110/win/Opera_53.0.2907.110_Setup_x64.exe' - checksum = 'cfc9c3653c91dc907870a68e12782be276f45564c3f43662a03c20b32b275883' - checksum64 = 'a996187b7e6b5a0bd4a9109233eb15e5f2ee107eb58424749e13367b6f437d1b' + url = 'https://get.geo.opera.com/pub/opera/desktop/54.0.2952.41/win/Opera_54.0.2952.41_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/54.0.2952.41/win/Opera_54.0.2952.41_Setup_x64.exe' + checksum = '2ddbf394df1bfaf91286faff8ff47470c704000c1f777c47a79dd754ebfbe31f' + checksum64 = 'f9c6e69a5c19721816504cfbe6fb6b2aac46a81fdc2edcc54b19fb45a06a0b39' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters validExitCodes = @(0) } -$version = '53.0.2907.110' +$version = '54.0.2952.41' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } else {