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 Mar 8, 2018
1 parent 8f435e8 commit ecabbc2
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>51.0.2830.40</version>
<version>51.0.2830.55</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-51/#b2830.40</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-51/#b2830.55</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/51.0.2830.40/win/Opera_51.0.2830.40_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/51.0.2830.40/win/Opera_51.0.2830.40_Setup_x64.exe'
checksum = 'e1e51cc66f9dbfb2efce962d18bc4f837ccc143367ecc051d529e372d47df39f'
checksum64 = 'c06d01924aa87806ff9c796fdde19111e3bb39158b9c4fafb47e6d3e2ef0bc16'
url = 'https://get.geo.opera.com/pub/opera/desktop/51.0.2830.55/win/Opera_51.0.2830.55_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/51.0.2830.55/win/Opera_51.0.2830.55_Setup_x64.exe'
checksum = '2223f921deae93c9b8b19841630c230d54d98a56b9648d55b212a70652d1a5e4'
checksum64 = 'a3bff2ea5719ec3396431b286894f42638c200adabaa54f8aa31dfef45ae7ac1'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
validExitCodes = @(0)
}

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

0 comments on commit ecabbc2

Please sign in to comment.