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, 2023
1 parent 2e846ef commit 8d50b7c
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>100.0.4815.21</version>
<version>100.0.4815.30</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -26,7 +26,7 @@ For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></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-100/#b4815.21</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-100/#b4815.30</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/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/100.0.4815.21/win/Opera_100.0.4815.21_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/100.0.4815.21/win/Opera_100.0.4815.21_Setup_x64.exe'
checksum = '6d39aa068c371917fa4b0dbc0847d2702f4006b83d733a5c99d79bcf98a7ef29'
checksum64 = '1dd0cccbae2eb1ce4f8ffe040c69b20fb665cc5ddd3f07b1f9a9caa93638544a'
url = 'https://get.geo.opera.com/pub/opera/desktop/100.0.4815.30/win/Opera_100.0.4815.30_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/100.0.4815.30/win/Opera_100.0.4815.30_Setup_x64.exe'
checksum = '0976b23bb7a6df23cfcd12ab54d348f7539893cef010a0c63630e87818a37650'
checksum64 = '377fce0d213e004c53f7a0500e717bff663622de5deedff9aba4e222d3f8cfdc'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit 8d50b7c

Please sign in to comment.