diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index cf024587706..946d2574000 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 75.0.3969.218 + 75.0.3969.243 Opera chocolatey-community Opera @@ -22,7 +22,7 @@ These parameters can be passed to the installer with the use of `--params`. For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'` ]]> 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-75/#b3969.218 + https://blogs.opera.com/desktop/changelog-for-75/#b3969.243 browser opera cross-platform internet admin https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index 650f948ce0b..a9c26d30d63 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - url = 'https://get.geo.opera.com/pub/opera/desktop/75.0.3969.218/win/Opera_75.0.3969.218_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/75.0.3969.218/win/Opera_75.0.3969.218_Setup_x64.exe' - checksum = 'bd348a261ff0a34fb41fece9a53c90a5ac5046bbd5df8d872d86d2efc73694a8' - checksum64 = '5c329db88657108ec7e580eca3e562d2b10a127ae6348fb235a8a2313f64d7d1' + url = 'https://get.geo.opera.com/pub/opera/desktop/75.0.3969.243/win/Opera_75.0.3969.243_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/75.0.3969.243/win/Opera_75.0.3969.243_Setup_x64.exe' + checksum = 'd3e93ab78289dd9aae3803dd508ecd65ca75b5a368685ba6d3dc95817514a48c' + checksum64 = '493916beef1d8e3ab45f8e7d70115a8f2138e832baded75c742ab62d21f201e8' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '75.0.3969.218' +$version = '75.0.3969.243' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 01fdc084dfa..7af94e15d36 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/0310f02dc5d834bb3a7cc421ea5374aec8d011f1/VSCodeSetup-ia32-1.56.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/0310f02dc5d834bb3a7cc421ea5374aec8d011f1/VSCodeSetup-x64-1.56.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/633562da380f9161ea2fd783e561eed508cfbbea/VSCodeSetup-ia32-1.56.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/633562da380f9161ea2fd783e561eed508cfbbea/VSCodeSetup-x64-1.56.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = 'fba3b393137f16de16f61ea78488984daf4aa0faefdf01e425de1362c0cde0b48c3980795b1c8803272f34da1529010844ac3b80ddf1576926f9e1f1342b0dee' + checksum = 'a5702a408e376ac0c7fb757ee0ae72582941474a4f03f47c32a32ce02f349d6a32843b89d37973f987d40abc5d071e79ff2ab9ffafb98e94a67f14882420e41e' checksumType = 'sha512' - checksum64 = '91a3cda552f96e2afdfcb3342fd311f0433f26b23cb3fd5f908d48f60f6e41864c07452bd8679970b22c937c4ce032ed058313fc0e7d6bc8bd93b15a5f8a89ca' + checksum64 = '10c539557fd3201fc0ac9a3ea2b0ad21644b12b165be7f7a5c1202ad8146429b5c5c4707e30af89b00154b2df04b465034aa90ae106447e4328bb95680ba3344' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index 41472e51c16..7a3d5708c7f 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.56.0.20210423 + 1.56.0.20210426 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index ccb9f1ffe0f..637c3bc975c 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.56.0.20210423 + 1.56.0.20210426 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features