From a4d77c4dffd535b54a4e8a9271324b32d2b634e6 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 24 Jun 2024 12:18:04 +0000 Subject: [PATCH] AU: 3 updated - chromium vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/d45a9227f1640227c5fc9e69c140853dfe27f38c --- 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 ++-- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index faf1c4d0810..16a83506b02 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "128.0.6555.0-snapshots", + "snapshots": "128.0.6556.0-snapshots", "stable": "126.0.6478.115" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index dfd585b93cb..dc9a4533c7e 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 128.0.6555.0-snapshots + 128.0.6556.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index c9be31a9d4e..d5f982b8b41 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: E0475B155ACC9555ECACBE8FF741D7BE837C898F2F177D2720AAE4D16BC51F58 + checksum64: 8653CE50DED4E93CB7CA827159CB8F19B40D59073651747B8795D951543145F8 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 9a8d5e08d35..21bde7588ae 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 = '128.0.6555.0-snapshots' +$version = '128.0.6556.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/1318378/mini_installer.exe' - checksum = '5D8CFE3D944460C6454F6A2111F6BB0FE2A99D80EB52C3559D0A736347FD35C9' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1318461/mini_installer.exe' + checksum = 'E860A3651CED7C19A888CD5FFE4F08BCAF10A999427EECDFFAF0F6A9F4CEB4D0' 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 80fcefb0b1c..470244bec28 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/63d06667600a2c40245a0ab1f9e2ea816d2fe849/VSCodeSetup-x64-1.91.0-insider.exe' + url64bit = 'https://vscode.download.prss.microsoft.com/dbazure/download/insider/524d1ecedd33104381e7e0a6715c13813128f89c/VSCodeSetup-x64-1.91.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum64 = '51a9de51b7abf17455522318f20d532dbf2dc9fb4f9fb91cb628d044f7240414144271dfb309f3e8bbd6d52bed30625a4e027f2501981318ba188276572ca971' + checksum64 = 'd616b1b6b2f15d4b7d50a4a540d2625b08f0519c3714f5c7dd9a553d0712904ee1c24539f94780ab773d4e8ad3f28e33f3bd10b43526b763ae226f02c332d1c7' 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 bd0d647be09..b58d520db92 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.91.0.20240621 + 1.91.0.20240624 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 c55bf100bf4..a77332ed396 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.91.0.20240621 + 1.91.0.20240624 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