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 Apr 26, 2019
1 parent d34be13 commit 73be690
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/opera/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@b7466aa44fbbc7e8022c05be2d866e63cd915c8d/icons/opera.svg" width="48" height="48"/> [Opera](https://chocolatey.org/packages/Opera)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b7466aa44fbbc7e8022c05be2d866e63cd915c8d/icons/opera.svg" width="48" height="48"/> [Opera](https://chocolatey.org/packages/Opera)


The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.
Expand Down
8 changes: 4 additions & 4 deletions automatic/opera/opera.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Opera</id>
<version>60.0.3255.59</version>
<version>60.0.3255.70</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
<projectUrl>http://www.opera.com/browser/</projectUrl>
<licenseUrl>http://www.opera.com/eula/computers</licenseUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@b7466aa44fbbc7e8022c05be2d866e63cd915c8d/icons/opera.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@b7466aa44fbbc7e8022c05be2d866e63cd915c8d/icons/opera.svg</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.
Expand All @@ -23,9 +23,9 @@ 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-60/#b3255.59</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-60/#b3255.70</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
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 "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/60.0.3255.59/win/Opera_60.0.3255.59_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/60.0.3255.59/win/Opera_60.0.3255.59_Setup_x64.exe'
checksum = '046e3f76e5bd864a7b82a2a04af700c0f8e238243915142fc9bcf9de875204bb'
checksum64 = '77aa361afd69f35a99760dac26d50a7a10c10e9e63319f0f05e29b6f65c60f60'
url = 'https://get.geo.opera.com/pub/opera/desktop/60.0.3255.70/win/Opera_60.0.3255.70_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/60.0.3255.70/win/Opera_60.0.3255.70_Setup_x64.exe'
checksum = 'f91104c1c83d2371fe23a04de225e805809738689e31ca1156b1360df8cf2c7a'
checksum64 = 'e17e603c5554f10ddbef795f80af93c30eac390411b18b90128a6fa8a2f03d3d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}

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

0 comments on commit 73be690

Please sign in to comment.