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 25, 2017
1 parent cbe8bea commit 01b3d3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 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>44.0.2510.1218</version>
<version>44.0.2510.1449</version>
<title>Opera</title>
<owners>chocolatey</owners>
<authors>Opera</authors>
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 = '44.0.2510.1218'
$version = '44.0.2510.1449'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/44.0.2510.1218/win/Opera_44.0.2510.1218_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/44.0.2510.1218/win/Opera_44.0.2510.1218_Setup_x64.exe'
checksum = 'd854aff85480989e3a903444ab4e6598fd20bbea37e589279b0cf9a93057f819'
checksum64 = 'dae0985cfb3931e81e488056db169c5b520a28e8190e559b467d6cdf553afb57'
url = 'https://get.geo.opera.com/pub/opera/desktop/44.0.2510.1449/win/Opera_44.0.2510.1449_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/44.0.2510.1449/win/Opera_44.0.2510.1449_Setup_x64.exe'
checksum = '75879cf4e764fb11c97890ab08e0a39b0444e0f6bf68fe4c9f01645a542cef2d'
checksum64 = 'f3b2df44ea398f278210d9c3809ed0f29fa2e217df3ea7fa16a54d1d2d935b6a'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0'
Expand Down

0 comments on commit 01b3d3c

Please sign in to comment.