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 13, 2017
1 parent be4f4b3 commit 02423a2
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.888</version>
<version>45.0.2552.898</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.888</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-45/#b2552.898</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.888'
$version = '45.0.2552.898'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/45.0.2552.888/win/Opera_45.0.2552.888_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/45.0.2552.888/win/Opera_45.0.2552.888_Setup_x64.exe'
checksum = 'c1ec10f26a5341083282bb17d01179fc4b9bf98afe307f67012dfd4304a9a9de'
checksum64 = '3677e1b1fe84b34104044146972df652d7fd74c95c47542d4e1aa4c7fac11abe'
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'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
Expand Down

0 comments on commit 02423a2

Please sign in to comment.