From 5706854f5a3b8625cd2312aec613d6f040cdac97 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 19 Dec 2024 12:20:01 +0000 Subject: [PATCH] AU: 5 updated - brave chromium vscode-insiders vscode-insiders.install webstorm [skip ci] --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 2 +- automatic/brave/legal/VERIFICATION.txt | 4 ++-- automatic/brave/tools/chocolateyInstall.ps1 | 6 +++--- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- .../vscode-insiders.install/tools/chocolateyInstall.ps1 | 4 ++-- .../vscode-insiders.install/vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- automatic/webstorm/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/webstorm/webstorm.nuspec | 2 +- 13 files changed, 22 insertions(+), 22 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 70d7587c43a..2a4a0b1a7d9 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.73.101", - "beta": "1.74.29-beta" + "beta": "1.74.31-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index afbaaa85369..a14283b97d5 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,7 +2,7 @@ brave - 1.74.29-beta + 1.74.31-beta Brave Browser (Beta) chromium - 133.0.6905.0-snapshots + 133.0.6906.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index f5881073fe2..d9b8fbe15db 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: 4B6F071172153559A37D6EA2229B7399D81D9D9202861EB32DE9E53C95122C90 + checksum64: 2A746D28A55678796472E0B661BBA47133AEA448958C39CFACEAD1B8DCE21F76 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index e8f0f513eab..676dde1540a 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.6905.0-snapshots' +$version = '133.0.6906.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/1397963/mini_installer.exe' - checksum = 'B7B4881FAEF1CC7A1930B03D14212E77ED988044340E58CBB1859CD78723B50D' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1398464/mini_installer.exe' + checksum = '54CB8DE974CE2AC76AC89E730888243D41C64B58293D4B4F24AB26C0D6DEA344' 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 fcb622506f0..bad7c19473e 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/cf2ebd91b8e42e3bc5ab0e85e3323c886a977ffe/VSCodeSetup-x64-1.97.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/acd32b17b837b05a64275c297949753df46dbe6d/VSCodeSetup-x64-1.97.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = '55e3ff7f2eb57ca113fb578c7222e75fce6693e23e95c3dca0158e54b9784016d53e37bc6480f3aa48c88938660bb2ec196589314c514fc4014e725e76849590' + checksum64 = '9a09a38114837d12693565e7cf509307eebe41c96abef8be4167c973ee3f808ee79355732a1654497ebae3755442e75df9937a4e1a3f6fca882fc6cc87455662' 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 e0cc628f4ce..5cb5e446b69 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.97.0.20241218 + 1.97.0.20241219 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 8471b4d7abf..490c46919b9 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.97.0.20241218 + 1.97.0.20241219 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 diff --git a/automatic/webstorm/tools/ChocolateyInstall.ps1 b/automatic/webstorm/tools/ChocolateyInstall.ps1 index 56383a8077f..85bfdf9963b 100644 --- a/automatic/webstorm/tools/ChocolateyInstall.ps1 +++ b/automatic/webstorm/tools/ChocolateyInstall.ps1 @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'WebStorm *' - url = 'https://download.jetbrains.com/webstorm/WebStorm-2024.3.1.exe' - checksum = '5e24d99547d2ae51e681e2d6f39e50140fdd9d08a401fe6ea7a1b7409c2e7db8' + url = 'https://download.jetbrains.com/webstorm/WebStorm-2024.3.1.1.exe' + checksum = 'bde149f3b9e674955605cf855174e9233af50a0fb1e5eb35e265d7ebfb110b01' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/webstorm/webstorm.nuspec b/automatic/webstorm/webstorm.nuspec index 27e4e26c778..416075f9e2e 100644 --- a/automatic/webstorm/webstorm.nuspec +++ b/automatic/webstorm/webstorm.nuspec @@ -3,7 +3,7 @@ webstorm - 2024.3.1 + 2024.3.1.1 JetBrains WebStorm JetBrains http://www.jetbrains.com/webstorm/buy/buy.jsp