diff --git a/automatic/ccleaner/ccleaner.nuspec b/automatic/ccleaner/ccleaner.nuspec index d8b0e39c6d7..b058f42ba02 100644 --- a/automatic/ccleaner/ccleaner.nuspec +++ b/automatic/ccleaner/ccleaner.nuspec @@ -4,7 +4,7 @@ ccleaner CCleaner - 6.29.11342 + 6.30.11385 Piriform chocolatey-community,maartenba, tonigellida diff --git a/automatic/ccleaner/tools/chocolateyInstall.ps1 b/automatic/ccleaner/tools/chocolateyInstall.ps1 index 0f2d361acc3..6f1240d39f7 100644 --- a/automatic/ccleaner/tools/chocolateyInstall.ps1 +++ b/automatic/ccleaner/tools/chocolateyInstall.ps1 @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') { $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'EXE' - url = 'https://download.ccleaner.com/ccsetup629.exe' - checksum = '0EA59A9D8CDF65C43CE8911F3D7542D1A722FC2A9923F30266EF6969270973A7' + url = 'https://download.ccleaner.com/ccsetup630.exe' + checksum = '8A2D5C5DD1807331A4AB4DDBCBAB4746407FDB394806BBA0D04F760233E61B0B' checksumType = 'sha256' silentArgs = "/S $locale" validExitCodes = @(0) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index e084153b135..c9b3001ffc3 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6835.0-snapshots", + "snapshots": "133.0.6836.0-snapshots", "stable": "130.0.6723.117" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index fc17373c442..5ef17e87b39 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6835.0-snapshots + 133.0.6836.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 93c547d8f40..a8bead67717 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum64: F9FE90EC141D9A29AEADD36387C27B075A63562EF8B5B3B99F7933EC5D44604F + checksum64: 54D4006B1B4344220635F3E9852B670556838CDA934948871592570CD6AD6E14 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 03dd5861b5a..1eeec0c52ba 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '133.0.6835.0-snapshots' +$version = '133.0.6836.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1381654/mini_installer.exe' - checksum = '4DEED9CE71F3C6EC8FAA05ACD9D335F539FE5311EC41C7A9298EF9691DCC6FFD' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1382212/mini_installer.exe' + checksum = 'CB5F093192E5BCF72578F96372BC1813C558610054B12AEE13801FB54ED91C6B' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 3ccd84a6b6e..76bfbc42358 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/5690e16478e0d893f5649b87e842faa82965b738/VSCodeSetup-x64-1.96.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/399779942db4d7ab1bd6f6ae976482d0020f10ca/VSCodeSetup-x64-1.96.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = 'd166ec34b59e298cf6166a69b76e4e082b469e63e16b6a09bf48812cb3222e9782bc6ba6c0ac407403e7e9899d863dbfff8ba4f67ae64e007cd8a42b481fa4be' + checksum64 = 'fb1033bef4c43aae7bcd637fbda55d326801b963e34a3dbddc64c44e328df2bf376a14da816ee2cc05ece57296159aabaaf18f5c774c2bce2f73ef1ecef52715' 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 2b4f4cdcc77..d626003b9e3 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.96.0.20241112 + 1.96.0.20241113 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 c2447db3722..2f86cf1e9a8 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.96.0.20241112 + 1.96.0.20241113 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