From 53179e057645dc4621a9b4ee2eec0e111a0d9ccf Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 30 Nov 2024 00:19:11 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 4 ++-- automatic/chromium/tools/chocolateyInstall.ps1 | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 3331af0e12c..b4a394ea335 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6867.0-snapshots", + "snapshots": "133.0.6868.0-snapshots", "stable": "131.0.6778.86" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 697204f5e56..a8880524ed4 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6867.0-snapshots + 133.0.6868.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index ae26833598a..6fb724b71e7 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: 6B3DF228CBEBC049C563DF8D0361CE85A7352576BA3601807E7DC9E6110163F5 + checksum64: E8602D4574A7BC9762ED86BCA1042C405035C9B84F0693CBDEA40A599BEF12D9 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 58467ed6407..6d18335df8f 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.6867.0-snapshots' +$version = '133.0.6868.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/1389696/mini_installer.exe' - checksum = 'D98C4F0AB028789E229CE73C6FF0B95CFE08D3CD4CBD574D69C4CA4E53574395' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1389913/mini_installer.exe' + checksum = '0ACBBC3B911D2CD31022E0FB003CBD9558F7A1103575DB650722014E77A973E7' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'