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 Aug 18, 2020
1 parent 24d1673 commit feef0f7
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>70.0.3728.106</version>
<version>70.0.3728.119</version>
<title>Opera</title>
<owners>chocolatey</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-70/#b3728.106</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-70/#b3728.119</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 "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.106/win/Opera_70.0.3728.106_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.106/win/Opera_70.0.3728.106_Setup_x64.exe'
checksum = '6f6d76905c27c7b4690313957d92601fd40aa493c1ed974a2f97c3e0dbaca73b'
checksum64 = '420427571d3d5f8dc3618f665eb15521a3013ab5cde06b7e942f767f83dcca99'
url = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.119/win/Opera_70.0.3728.119_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/70.0.3728.119/win/Opera_70.0.3728.119_Setup_x64.exe'
checksum = '95eec66520687c8012403b5b42712501a92eb049219c45b3b9c7360f7a1bde1b'
checksum64 = '9f45ead835cf8ae25eb3a61b98390cad3222e7c3aaf30e3aff4bd6307319c5cb'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit feef0f7

Please sign in to comment.