From 47e3333a8f99fa3c5d6725c2b628e123b9727584 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 4 Oct 2024 12:23:27 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/7475b84eabd754c306bd871605b446d07eb61df6 --- 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 c446d17c919..fbb5453efb4 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "131.0.6756.0-snapshots", + "snapshots": "131.0.6757.0-snapshots", "stable": "129.0.6668.90" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 88adf87dad2..8f73ceb11bd 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 131.0.6756.0-snapshots + 131.0.6757.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index ff35c7769d2..e24cce9ac9b 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: 58054DFDB537124CF47EB9CA9B909568467B20FA0977FBF575AD964E36E5DA3C + checksum64: A991424A011B012C98B405501914044A7EBF5055F6BF1270ADA3886F79FE97C3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index b78f0afa9c9..29c88b52ffd 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 = '131.0.6756.0-snapshots' +$version = '131.0.6757.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/1363805/mini_installer.exe' - checksum = 'FE0DB2BE59C83018B744B2AC133D7872C72963CA79A56DD95561A8E742CD6F71' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1364128/mini_installer.exe' + checksum = '79D86420FF5AF14C16B7DA70716E5B0793A54AB05026427EA448DA62F470BCA8' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'