Skip to content

Commit

Permalink
AU: 2 updated - chromium SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 26, 2022
1 parent 7c6297f commit ebac6f9
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "102.0.4966.0-snapshots",
"snapshots": "102.0.4967.0-snapshots",
"stable": "99.0.4844.82"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>102.0.4966.0-snapshots</version>
<version>102.0.4967.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/985654/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/985655/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/985678/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/985681/mini_installer.exe>
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 <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- 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
2 changes: 1 addition & 1 deletion automatic/sqlite/sqlite.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>SQLite</id>
<version>3.38.1</version>
<version>3.38.2</version>
<title>SQLite</title>
<owners>chocolatey-community</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down

0 comments on commit ebac6f9

Please sign in to comment.