From 77268cfb1cfaf094786aee42153c9c4efb22b3f7 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 26 Jul 2024 12:19:06 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/9c73be1347fc488d435d53e81cc38a28e52866d1 --- 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 1f5732b46f1..cd5332a4189 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "129.0.6618.0-snapshots", + "snapshots": "129.0.6619.0-snapshots", "stable": "127.0.6533.73" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 7fb594fd7cc..86ce0b0d8f9 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 129.0.6618.0-snapshots + 129.0.6619.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 9ff09cc7a97..836e038cae1 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: A2751BFDDF1CF0A608FCA2FFD9C6740C791D6B1C3E528526C57F424398CC0EF6 + checksum64: 370DDC9D597A843BA450E05D05582DF1A95F83EAA3C190070DB179EC4627E4B1 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index c466e9b2ac4..d7a07c98f0d 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 = '129.0.6618.0-snapshots' +$version = '129.0.6619.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/1333147/mini_installer.exe' - checksum = '68A8A2A9B88F515048BDCB00ACBB6E33606BC49C5204FCA4D91D49C0C08B0385' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1333408/mini_installer.exe' + checksum = '3C0CC7E6887A4F1A591454D9DD5159E7E64A8113654AC79CCCB7632D7D546C26' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe'