Skip to content

Commit

Permalink
AU: 1 updated - Opera
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 29, 2021
1 parent 16b70be commit 82b1554
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>77.0.4054.146</version>
<version>77.0.4054.172</version>
<title>Opera</title>
<owners>chocolatey-community</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-77/#b4054.146</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-77/#b4054.172</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/77.0.4054.146/win/Opera_77.0.4054.146_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/77.0.4054.146/win/Opera_77.0.4054.146_Setup_x64.exe'
checksum = '4513db1f1a68cb2eff48c7ac112c9424191f6e2e576da5816833ff232a664309'
checksum64 = '4d30d80a13cab2f13421617b533c3d1ce5dbe8d8307dd1202560f4d4358bba5f'
url = 'https://get.geo.opera.com/pub/opera/desktop/77.0.4054.172/win/Opera_77.0.4054.172_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/77.0.4054.172/win/Opera_77.0.4054.172_Setup_x64.exe'
checksum = '5797cb68fa492bb6403c8211e0ec017a1036caab60de985ba9c9769710d7e13f'
checksum64 = '92b8f441e0acdd360c179d1363e5060c70f7d9bb6f75b37a717fbc2dad6fb3b5'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit 82b1554

Please sign in to comment.