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 Jun 21, 2017
1 parent 1a696f2 commit 701dea6
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>45.0.2552.898</version>
<version>46.0.2597.26</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
Expand All @@ -15,7 +15,7 @@
The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.
</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-45/#b2552.898</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-46/#b2597.26</releaseNotes>
<tags>browser opera 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 @@ -4,14 +4,14 @@ $toolsPath = (Split-Path -Parent $MyInvocation.MyCommand.Definition)

if (Is32BitInstalled) { $env:ChocolateyForceX86 = $true }

$version = '45.0.2552.898'
$version = '46.0.2597.26'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/45.0.2552.898/win/Opera_45.0.2552.898_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/45.0.2552.898/win/Opera_45.0.2552.898_Setup_x64.exe'
checksum = '6ae673e0f580dafedb513b28a0256c1928313d5ad02a846293363af9ae34563e'
checksum64 = 'f92f1a7682dd2422dd44b752e58e2882e74a0d746c5f9d87e47f171fabe21838'
url = 'https://get.geo.opera.com/pub/opera/desktop/46.0.2597.26/win/Opera_46.0.2597.26_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/46.0.2597.26/win/Opera_46.0.2597.26_Setup_x64.exe'
checksum = 'f536dadef999707ee6f0ab5460b7464e6b1c28c7013d429baf34ed5d6f1e570f'
checksum64 = '769cc21e48b437b0526a17ab214b63274d904858ca0c82e32342a7e562f8c5f6'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
Expand Down

0 comments on commit 701dea6

Please sign in to comment.