From 27d8375229551a7cf10fab12ae2fe1aa96836d3d Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 23 Dec 2024 18:19:09 +0000 Subject: [PATCH] AU: 1 updated - Opera [skip ci] --- automatic/opera/opera.nuspec | 4 ++-- automatic/opera/tools/chocolateyInstall.ps1 | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index df7c0fa5307..3c2c951a57f 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 115.0.5322.109 + 115.0.5322.119 Opera chocolatey-community Opera @@ -28,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-115/#b5322.109 + https://blogs.opera.com/desktop/changelog-for-115/#b5322.119 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 8d73ef368ce..8a16df2820a 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/115.0.5322.109/win/Opera_115.0.5322.109_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/115.0.5322.109/win/Opera_115.0.5322.109_Setup_x64.exe' - checksum = '61f42ec369123e8e5be6a058f875b3574bb16752f717e49b57ffbd14bed4dbc0' - checksum64 = '10bf93193dbf308ec63080e70eded024ae6d08bcdc14805a8bd3d312b135184a' + url = 'https://get.geo.opera.com/pub/opera/desktop/115.0.5322.119/win/Opera_115.0.5322.119_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/115.0.5322.119/win/Opera_115.0.5322.119_Setup_x64.exe' + checksum = '44fd20b6b056a0a8809912005500ebb1fc75d3e20223f5226e28cc7dc9e82cbd' + checksum64 = 'e62e4c93a17387c1e1c7edc8032cfcdc38b0376535a9c2d27782bd60561c5121' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '115.0.5322.109' +$version = '115.0.5322.119' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." }