From d2d85a9699852a00dffd81aedc8acfc11b78e155 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 2 May 2023 12:14:32 +0000 Subject: [PATCH] AU: 3 updated - brave chromium mkdocs-material [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/ff76050366deec89807241988bca7457e5be4c98 --- automatic/brave/brave.json | 2 +- automatic/brave/brave.nuspec | 2 +- automatic/brave/legal/VERIFICATION.txt | 4 ++-- automatic/brave/tools/chocolateyInstall.ps1 | 6 +++--- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/mkdocs-material/mkdocs-material.nuspec | 2 +- automatic/mkdocs-material/tools/ChocolateyInstall.ps1 | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-) diff --git a/automatic/brave/brave.json b/automatic/brave/brave.json index 8f8219c1696..5ce0d09ab2c 100644 --- a/automatic/brave/brave.json +++ b/automatic/brave/brave.json @@ -1,4 +1,4 @@ { "stable": "1.50.121", - "beta": "1.52.78-beta" + "beta": "1.52.84-beta" } diff --git a/automatic/brave/brave.nuspec b/automatic/brave/brave.nuspec index f9888f7eb12..ff9a904cd8d 100644 --- a/automatic/brave/brave.nuspec +++ b/automatic/brave/brave.nuspec @@ -2,7 +2,7 @@ brave - 1.52.78-beta + 1.52.84-beta Brave Browser (Beta) chromium - 115.0.5746.0-snapshots + 115.0.5747.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 625f9a36511..5339c50b032 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: 75DDC643325164AA1C46010EAF01380EE460EC6232220E949BF06368E96FE4F6 - checksum64: 40B5F6151EAC5C232B45F303A58A0DD66EF6FC749F8DF352B6F21087B26E68DB + checksum32: 88F643FDC2F32A874153A9F628A4667CB1A168B554B06508A8F2F867D410FD17 + checksum64: 72A7AD14BEECCCD9A651773626207002B6A201B1E10C7CEA7BA9D08C0F62F243 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 58f6e5060f6..d2f2cf6f782 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.5746.0-snapshots" +$version = "115.0.5747.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index 31dcc1fce56..984f2d88b48 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 9.1.8 + 9.1.9 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index 43a000efb72..f7084709c49 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '9.1.8' +$version = '9.1.9' $proxy = Get-EffectiveProxy if ($proxy) {