From 073bf38d54d92e640ccd9de8ed613598a2ef01d7 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 7 May 2023 12:14:15 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/1a728a4b14fa5f02061b178d863e50a533967179 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 64fd75b2373..58f00b616c5 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "115.0.5756.0-snapshots", + "snapshots": "115.0.5757.0-snapshots", "stable": "113.0.5672.64" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 852daccb325..245370c847c 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 115.0.5756.0-snapshots + 115.0.5757.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index f8d3c4f08b8..24674e93840 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-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 - checksum32: 5A703DEB583153ECEF9E91D24F844059F4ED1FBCB4536396884336BC389FC156 - checksum64: 1D52A6F52DB5798347F0DB7564A876D412859F79B08BA5410E88937529265768 + checksum32: B63B33FE0735D4031B4799CC0571F0A462DD32AE64CA5C01DE5D239F766EA048 + checksum64: 96CE78AA7AAB6F2B185C17A64A63F80410B17D988D97ACA0322520EDEC4B9831 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index fc86e480787..46515349698 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "115.0.5756.0-snapshots" +$version = "115.0.5757.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string