From 8a8f89c8396489e9366d83cd07bd2ef4496588a1 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 15 Jun 2023 06:14:00 +0000 Subject: [PATCH] AU: 1 updated - chromium [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/67b053c9282956c21bf9433937aa2ae1e1e1e521 --- 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 72f87b919c4..91fdb7265f9 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "116.0.5833.0-snapshots", + "snapshots": "116.0.5834.0-snapshots", "stable": "114.0.5735.134" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index c00fbc6b615..6847e4db3ae 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 116.0.5833.0-snapshots + 116.0.5834.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index e78c43d7746..1410b957f30 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: BD3B25E71476D490DC7B586F385C1DBA0A6EF806355AB6CA7D6A87084760EF48 - checksum64: 1678C29637D8C5437852F6C4A9CF1F19A9F2EAD8B09BD6AB2B4615605348FF82 + checksum32: 99CF2E49C3C00344D3A95F1CCA56B884AC2AF575B02859386D73BC8A94D46E0A + checksum64: 8D8F3D24CAECAD6843C9155DDDED71107AA920CF222FBD56AC3345B360145F9C The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 285163ecd44..0963de544b5 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 = "116.0.5833.0-snapshots" +$version = "116.0.5834.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string