From 241956c816a29a5778ade9b5af1a493a8aecb2e4 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 23 Nov 2024 06:18:14 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/fbf4f023ca9f4162c17e733bdd76176c8d6d0cec --- 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 af636dd7e30..7df234ffe79 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6854.0-snapshots", + "snapshots": "133.0.6855.0-snapshots", "stable": "131.0.6778.86" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 7ca394db89a..6ca7bddb3f4 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6854.0-snapshots + 133.0.6855.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 69365d12272..0def0f3ce89 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: C5E5BBE0223496B2FB0E8A39927448B04E3D3CA7393796F9EFE57F6B833EB271 + checksum64: 5C99699DABCA911FB9F21836F5DA050951C2BA830CDC02773F5DAE28A6D03B08 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 921a74e7b51..ab3b94d3c5f 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.6854.0-snapshots' +$version = '133.0.6855.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/1387040/mini_installer.exe' - checksum = '0CD4952C0A384702399DEA4ACB4626248CB75D147D37E6AA3BBB3C0D5041E3E9' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1387215/mini_installer.exe' + checksum = 'E585B88DF91DB1D1941E0886D73B6DB0F143011952D774702FD15793DE97B1A9' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'