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 Aug 9, 2017
1 parent 9c2fb5a commit 19513ba
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>46.0.2597.61</version>
<version>47.0.2631.39</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-46/#b2597.61</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-47/#b2631.39</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 = '46.0.2597.61'
$version = '47.0.2631.39'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/46.0.2597.61/win/Opera_46.0.2597.61_i386_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/46.0.2597.61/win/Opera_46.0.2597.61_x64_Setup.exe'
checksum = '039fcbe3ddc49c12c39558b8f130562b9536aeedde0d9bb383422e194673dec5'
checksum64 = 'e3b74a0ce87f8e1e69d869e37fa2175a36b4476309aa89c341c2e8ab43334cf6'
url = 'https://get.geo.opera.com/pub/opera/desktop/47.0.2631.39/win/Opera_47.0.2631.39_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/47.0.2631.39/win/Opera_47.0.2631.39_Setup_x64.exe'
checksum = '0b82fdcbff3aaa890569c2a0a6d1b7c8cdf4dabb6db62eee6e97aec01015ee0e'
checksum64 = '65e35846b0d1f47d5f442036e336333ebf2a059b2e23747299d8494d255170d0'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
Expand Down

0 comments on commit 19513ba

Please sign in to comment.