Skip to content

Commit

Permalink
AU: 1 updated - Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 5, 2019
1 parent 5475201 commit 44f34d7
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
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>60.0.3255.109</version>
<version>60.0.3255.151</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -23,7 +23,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-60/#b3255.109</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-60/#b3255.151</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
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 @@ -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/60.0.3255.109/win/Opera_60.0.3255.109_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/60.0.3255.109/win/Opera_60.0.3255.109_Setup_x64.exe'
checksum = 'cb4de267b377798d498387d7e1c3341b128053ac9bd09989de3f8383c198ca48'
checksum64 = 'd492c2b8fb423769db43c5b23f4ca2ce4237864cd7e77bdb76a0ae449e9ce2c3'
url = 'https://get.geo.opera.com/pub/opera/desktop/60.0.3255.151/win/Opera_60.0.3255.151_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/60.0.3255.151/win/Opera_60.0.3255.151_Setup_x64.exe'
checksum = 'a2661a4917a413e8c83e5f43d2125e6c80ca0a2c38f15f27abd6184687ff1935'
checksum64 = '3778088c71b250ffea0f4c810483a34972ba5d8abd5ba0a375bba109796ae454'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit 44f34d7

Please sign in to comment.