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, 2018
1 parent f0e909a commit b4494e2
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>49.0.2725.64</version>
<version>50.0.2762.45</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -16,7 +16,7 @@ The Opera web browser makes the Web fast and fun, giving you a better web browse
]]></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-49/#b2725.64</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-50/#b2762.45</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 @@ -5,17 +5,17 @@ $toolsPath = (Split-Path -Parent $MyInvocation.MyCommand.Definition)
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/49.0.2725.64/win/Opera_49.0.2725.64_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/49.0.2725.64/win/Opera_49.0.2725.64_Setup_x64.exe'
checksum = '92b40168229f4c3ee4249e5ef9edad8bf2efa4bcc3ee6b4e6c803b0d412fedd5'
checksum64 = '1dd2abab679b5de2b0ca084219880c17d24e4a170d7680ab50d57ad808ac226a'
url = 'https://get.geo.opera.com/pub/opera/desktop/50.0.2762.45/win/Opera_50.0.2762.45_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/50.0.2762.45/win/Opera_50.0.2762.45_Setup_x64.exe'
checksum = 'c67b3dc54c4e1ff367225a2cb1e903c7f9881aab93021624540760246e62233f'
checksum64 = '997f2f3d603e5789e6bb78d9ce4ba718ecc9ece82d113c0145d97e9fcfc49222'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
validExitCodes = @(0)
}

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

0 comments on commit b4494e2

Please sign in to comment.