From ebac6f9be7736577e968b7eaed55914d7f54150d Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 26 Mar 2022 18:13:33 +0000 Subject: [PATCH] AU: 2 updated - chromium SQLite [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/26bd13e4fff17ae9863ae5931e742a52649ccc29 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/sqlite/legal/VERIFICATION.txt | 12 ++++++------ automatic/sqlite/sqlite.nuspec | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 71e09f794bf..48e9d760d61 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "102.0.4966.0-snapshots", + "snapshots": "102.0.4967.0-snapshots", "stable": "99.0.4844.82" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 9735d58fb7e..9e27c6140cd 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 102.0.4966.0-snapshots + 102.0.4967.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 28e022c6c7a..2f1e739954f 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: 9EA3C2DDD4022532E480E560ABDD538D7E3FF69AB7F9784004FEEC060682773C - checksum64: 8F7CA77D7423BB87A57DACA060DCFD27CA8718B50F9CFDC3C6EB5BAE61D01EF3 + checksum32: F7E28EE780FC5185A53C15EADC0DF0ADCB9D384A13C255602CB604290475758A + checksum64: B4DEBF34A9B60555717B02191515F91694A62AB6040ACE416A9B138161A9E1A5 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index f195d40f3c3..7137da03af3 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 = "102.0.4966.0-snapshots" +$version = "102.0.4967.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/sqlite/legal/VERIFICATION.txt b/automatic/sqlite/legal/VERIFICATION.txt index fbc6c6a928e..24ad378e9ab 100644 --- a/automatic/sqlite/legal/VERIFICATION.txt +++ b/automatic/sqlite/legal/VERIFICATION.txt @@ -7,9 +7,9 @@ Package can be verified like this: 1. Go to - x32: https://sqlite.org/2022/sqlite-dll-win32-x86-3380100.zip - x64: https://sqlite.org/2022/sqlite-dll-win64-x64-3380100.zip - Toolsx32: https://sqlite.org/2022/sqlite-tools-win32-x86-3380100.zip + x32: https://sqlite.org/2022/sqlite-dll-win32-x86-3380200.zip + x64: https://sqlite.org/2022/sqlite-dll-win64-x64-3380200.zip + Toolsx32: https://sqlite.org/2022/sqlite-tools-win32-x86-3380200.zip to download the files. @@ -17,9 +17,9 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 2AE4E45A02D5647E6A6A9396BDA9418C5C1985310C1B2A5F4E96EBBFFE97C53A - checksum64: 4E4E6A4BF221E2B521896F1BB5FB9730701EF59AA68F056A4A50BEFE15B386D3 - checksumTools32: 15D2B046F85883FB609831A0DCB009CD979B08973A68745CDCAA52C72B1015ED + checksum32: 302D67F07CE3E4DD964D38BDA01865ABA4653AC016B392A3150E65E1845E9F31 + checksum64: B1EAF3E1BD106D0ABFCC157A475836A98FE10F78A2AEC3CDEC239F63AD3430D0 + checksumTools32: F1D645A1B32E88D0CABD8BE5F732C5E91EDFFE3A34879F2A4673AAE999C321D9 File 'license.txt' is obtained from the following URL (and converted to markdown): http://www.sqlite.org/copyright.html diff --git a/automatic/sqlite/sqlite.nuspec b/automatic/sqlite/sqlite.nuspec index 912bdde742c..50ac2242565 100644 --- a/automatic/sqlite/sqlite.nuspec +++ b/automatic/sqlite/sqlite.nuspec @@ -3,7 +3,7 @@ SQLite - 3.38.1 + 3.38.2 SQLite chocolatey-community D. Richard Hipp, SQLite contributors