From 90ee239c326e607dbed9048197c34813bf564609 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 14 Jul 2024 00:18:59 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/83088efb2583de283f005d56ec54f38580ad93bd --- 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 983cf555890..7ecf4dcc9d9 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "128.0.6594.0-snapshots", + "snapshots": "128.0.6595.0-snapshots", "stable": "126.0.6478.127" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 79d4e430a03..89e8498c7d5 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 128.0.6594.0-snapshots + 128.0.6595.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index b1ccefaa111..2995ae6c052 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: 07D17F8B66CD04B84A6E8E11A100FE8287D0264F1A3F5E05BD77D6D32DD72CDC + checksum64: E3673B21FDF534CBBB58EEAE410968BA91A9B4D066DF4EA7FD3104024410437F The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index cd6bfd82497..70cdd495342 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.6594.0-snapshots' +$version = '128.0.6595.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/1327140/mini_installer.exe' - checksum = '486B8A4D9867B8DA72D98980FA33F589B763C8DE101FBF86C85FBD9FAD3E0635' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1327197/mini_installer.exe' + checksum = 'A67F860B676CA41827B4CFBFB62EDB61CD36AF283FFB3CCBFC10427219482AC5' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'