diff --git a/automatic/opera-beta/opera-beta.nuspec b/automatic/opera-beta/opera-beta.nuspec
index 9ad9fab16c..ba5994bb8d 100644
--- a/automatic/opera-beta/opera-beta.nuspec
+++ b/automatic/opera-beta/opera-beta.nuspec
@@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
- 87.0.4390.17-beta
+ 87.0.4390.21-beta
Maurice Kevenaar
@@ -41,7 +41,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
Opera Software
browser opera beta cross-platform internet admin
- https://blogs.opera.com/desktop/changelog-for-87/#b4390.17
+ https://blogs.opera.com/desktop/changelog-for-87/#b4390.21
http://www.operasoftware.com/eula/browser
false
https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/opera-beta
diff --git a/automatic/opera-beta/tools/chocolateyInstall.ps1 b/automatic/opera-beta/tools/chocolateyInstall.ps1
index 908047bc6e..50de92274e 100644
--- a/automatic/opera-beta/tools/chocolateyInstall.ps1
+++ b/automatic/opera-beta/tools/chocolateyInstall.ps1
@@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar 0"; Write-Host "
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
- url = 'https://get.geo.opera.com/pub/opera-beta/87.0.4390.17/win/Opera_beta_87.0.4390.17_Setup.exe'
- url64 = 'https://get.geo.opera.com/pub/opera-beta/87.0.4390.17/win/Opera_beta_87.0.4390.17_Setup_x64.exe'
- checksum = 'afc05a0a48160d51735bea7bd6b1264f14b3107eecb47df67990ca8ea24d0c6a'
- checksum64 = '11bc49ff0b2c68935df88b69141ec2927234ddec4853746993af8eb1eb4d427f'
+ url = 'https://get.geo.opera.com/pub/opera-beta/87.0.4390.21/win/Opera_beta_87.0.4390.21_Setup.exe'
+ url64 = 'https://get.geo.opera.com/pub/opera-beta/87.0.4390.21/win/Opera_beta_87.0.4390.21_Setup_x64.exe'
+ checksum = 'b59243980e6cacca419c22777a8c69ef4de40608a1e4fd91e3229f22b0499198'
+ checksum64 = '38e81b9145f202137497f3211faf82215d653eecfb214a43c2b27bddaff251c1'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera 0 /setdefaultbrowser 0' + $parameters
validExitCodes = @(0)
}
-$version = '87.0.4390.17'
+$version = '87.0.4390.21'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
} else {