Skip to content

Commit

Permalink
AU: 1 updated - Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 7, 2022
1 parent adc722f commit d2c0fd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions automatic/opera/opera.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>85.0.4341.47</version>
<version>85.0.4341.60</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`.
For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
]]></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-85/#b4341.47</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-85/#b4341.60</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Expand Up @@ -10,17 +10,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/85.0.4341.47/win/Opera_85.0.4341.47_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/85.0.4341.47/win/Opera_85.0.4341.47_Setup_x64.exe'
checksum = '066b11e130eb5438c97a19736f228294cc9a1151c6705db2a3e90c5e38ba6ff5'
checksum64 = '3b326b552c59397692d8772d32316d10be84c7b122a46f51326628bd9d714e92'
url = 'https://get.geo.opera.com/pub/opera/desktop/85.0.4341.60/win/Opera_85.0.4341.60_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/85.0.4341.60/win/Opera_85.0.4341.60_Setup_x64.exe'
checksum = 'd7e932ea701c7e9418e4195a7e64c420fd931f895ed56a48018617f8009c657d'
checksum64 = '5e0b636a5c5d83b70bc738be361aa610b943a337dc5f26d095d6e2f51f6229c2'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit d2c0fd2

Please sign in to comment.