diff --git a/automatic/opera/opera.nuspec b/automatic/opera/opera.nuspec index 306e42a3df8..7b070245ac2 100644 --- a/automatic/opera/opera.nuspec +++ b/automatic/opera/opera.nuspec @@ -3,7 +3,7 @@ Opera - 109.0.5097.45 + 109.0.5097.59 Opera chocolatey-community Opera @@ -28,7 +28,7 @@ For example: `--params '"/NoAutostart /NoDesktopShortcut /NoTaskbarShortcut"'` - **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.** ]]> 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-109/#b5097.45 + https://blogs.opera.com/desktop/changelog-for-109/#b5097.59 browser opera cross-platform internet admin https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera diff --git a/automatic/opera/tools/chocolateyInstall.ps1 b/automatic/opera/tools/chocolateyInstall.ps1 index 74ed3d2b280..44d600d1ad7 100644 --- a/automatic/opera/tools/chocolateyInstall.ps1 +++ b/automatic/opera/tools/chocolateyInstall.ps1 @@ -11,17 +11,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/109.0.5097.45/win/Opera_109.0.5097.45_Setup.exe' - url64 = 'https://get.geo.opera.com/pub/opera/desktop/109.0.5097.45/win/Opera_109.0.5097.45_Setup_x64.exe' - checksum = '18f3b5321c0675ca3918871aaaabf994118526d1e7ca2e81aafaf64b4072e23f' - checksum64 = 'dfb6c25445dc46777326a087213932fef97af8d65977fdae7136bb715da26707' + url = 'https://get.geo.opera.com/pub/opera/desktop/109.0.5097.59/win/Opera_109.0.5097.59_Setup.exe' + url64 = 'https://get.geo.opera.com/pub/opera/desktop/109.0.5097.59/win/Opera_109.0.5097.59_Setup_x64.exe' + checksum = '391fc5faa4326587a6b1bff527e54ca03079412eb28da55c5ab0f3e088067263' + checksum64 = '5560d6b362a4f3881cd420886b30caee60153692f7300bb2b61e22f1276252a4' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters validExitCodes = @(0) } -$version = '109.0.5097.45' +$version = '109.0.5097.59' if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) { Write-Output "Opera $version is already installed. Skipping download and installation." } diff --git a/automatic/palemoon/palemoon.nuspec b/automatic/palemoon/palemoon.nuspec index 1a9237e8503..ee0c0b5a1c5 100644 --- a/automatic/palemoon/palemoon.nuspec +++ b/automatic/palemoon/palemoon.nuspec @@ -4,7 +4,7 @@ palemoon Pale Moon browser - 33.0.2 + 33.1.0 Moonchild Productions chocolatey-community,Redsandro A Firefox-based web browser optimized for modern hardware. diff --git a/automatic/palemoon/tools/chocolateyInstall.ps1 b/automatic/palemoon/tools/chocolateyInstall.ps1 index e95312f26e7..9986642cc92 100644 --- a/automatic/palemoon/tools/chocolateyInstall.ps1 +++ b/automatic/palemoon/tools/chocolateyInstall.ps1 @@ -3,14 +3,14 @@ $packageArgs = @{ packageName = 'palemoon' fileType = 'exe' - url = 'https://rm-eu.palemoon.org/release/palemoon-33.0.2.win32.installer.exe' - url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.0.2.win64.installer.exe' + url = 'https://rm-eu.palemoon.org/release/palemoon-33.1.0.win32.installer.exe' + url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.1.0.win64.installer.exe' softwareName = 'Pale Moon*' - checksum = '11296025abf7182f8b4218b6a5b4d64023c71ed90de208362acd1e555a2dfbb3' + checksum = '8991299a4c019de1366c4aaa3704a90f8054ad0b41750fce2e804193ff686129' checksumType = 'sha256' - checksum64 = '295129f2b08314cb6966fdc37f56b0642c0b82912a1e07d71a0c5afdf95d15b9' + checksum64 = '17d665e831cf5c9c7c04696ee8b0108f7adc1a58f37266c4467404c7a1a885b7' checksumType64= 'sha256' silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-" diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index aa76597ed5f..80c802a5c0a 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,11 +22,11 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/5ae5a741bdb676abb667fd4896dc2a40e313db3a/VSCodeSetup-x64-1.89.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/347777655976bbc8460f833449592dd0a9a8f340/VSCodeSetup-x64-1.89.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = '6bec84a8e355577e02abb97944b85429c90ee7882ec53480dd1676edf6289bd4cf54d82d458ab5a42f78029011d14d66a36b98d5a6dd8c252caf71fe488cad01' + checksum64 = '30074c3ecee6ceb5257c8e5351785980bb468ea1551ac1a22492aa6b477e391c3935adee539d2fe4cea8290660cd8e1b00c87365984200cf8c05ef0a7da42e92' 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 0111afe878c..dc3e4469dc7 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.89.0.20240422 + 1.89.0.20240423 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 553e0572ddc..d3f4d257387 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.89.0.20240422 + 1.89.0.20240423 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -48,7 +48,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