From 701dea67f64f79ad91b1ba0637e26eccbb1ff86f Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Wed, 21 Jun 2017 18:17:56 +0000 Subject: [PATCH] AU: 1 updated - Opera [skip ci] https://gist.github.com/bd2eaa76f2a9ab739ca0544c502dca6e/42dc848bfaa1d529af7546b04ff2e02516d75d6d --- automatic/opera/opera.nuspec | 4 ++-- automatic/opera/tools/chocolateyInstall.ps1 | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index ee0ecd961ad..a8c494d83f6 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 45.0.2552.898 + 46.0.2597.26 Opera chocolatey Opera @@ -15,7 +15,7 @@ The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer. The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer. - https://blogs.opera.com/desktop/changelog-for-45/#b2552.898 + https://blogs.opera.com/desktop/changelog-for-46/#b2597.26 browser opera admin https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index a25a33d643b..bb309688bf6 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -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'