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 Jan 3, 2019
1 parent ac7560f commit f3cd982
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>57.0.3098.106</version>
<version>57.0.3098.110</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-57/#b3098.106</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-57/#b3098.110</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey/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/57.0.3098.106/win/Opera_57.0.3098.106_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/57.0.3098.106/win/Opera_57.0.3098.106_Setup_x64.exe'
checksum = '059155fc243c8bd2790e27800f1fdcbcfb1b0e128647c643c3efbb0e0eaa5018'
checksum64 = '329ba5168342d688f46faeeab195b5adc8e2709a685c29f2016f1025e1e85c74'
url = 'https://get.geo.opera.com/pub/opera/desktop/57.0.3098.110/win/Opera_57.0.3098.110_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/57.0.3098.110/win/Opera_57.0.3098.110_Setup_x64.exe'
checksum = '6592487137d38ac684a60e96abd1327c12f1f975d8ba21b2949df17d010b8945'
checksum64 = 'daf516c1129a38c8739030e1e5f464adb1823a696a76dc0291ae4d00b06a077c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit f3cd982

Please sign in to comment.