Skip to content

Commit

Permalink
AU: 5 updated - chromium googlechromebeta nodejs nodejs.install SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 14, 2022
1 parent ae6fbdc commit b8a8eae
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 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": "105.0.5178.0-snapshots",
"snapshots": "105.0.5179.0-snapshots",
"stable": "103.0.5060.114"
}
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>105.0.5178.0-snapshots</version>
<version>105.0.5179.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/1023623/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1023626/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1023914/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1023890/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: 009573C89F6E6E0F0EC932BE3EE6E913478B800652CA060601B4C29600A9DA6B
checksum64: 144A327D54BE7C591FABBC103C5D6C190AB0355B6EB7BC69DA8036652D12B613
checksum32: 5ED46EA51F0BC71E347FDC3A43D9CA8272B967A8077184F74E764A83D9C50DE5
checksum64: FEE45991054006735142F3EB54DA3265851BB117667EA5F79EAD0325D0AB8596

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 = "105.0.5178.0-snapshots"
$version = "105.0.5179.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>104.0.5112.39-beta</version>
<version>104.0.5112.48-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '104.0.5112.39-beta'
$version = '104.0.5112.48-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = 'e2ca58fde4637160a6d624968adcb701fa3f1ad588ab7cd5c1d00b5ae43e4bf2'
checksum64 = 'fa7dd51d6f1ac93adb7ccba48136bb97a5e6d843f0f1774276840d54c92bd679'
checksum = '6f5a0d9031bd0aad8793af554aa0c55853a7b612c0c9522470be90ec6034bfa1'
checksum64 = '4db53b2f5b3079f6c8e0dd13bb707fc090b9fbf9796e70e5be0fa6eab2969c01'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v18.5.0/node-v18.5.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.5.0/node-v18.5.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v18.6.0/node-v18.6.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.6.0/node-v18.6.0-x64.msi>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 4BCA49AE9B422086F745158EAB17D42DCB0C20E7707B1C0FFE3246A0BAC801B5
checksum64: 5AB1ED0DB4B52037B14D3591757A0E697E9A31ABEA05E4EF6E78DDC6DDB95742
checksum32: B3A4CC3E09F9E3E41677C3CDE883FB03B9CD720D97682DFC07CEA4BFCF80C9D5
checksum64: FE4E0D93369D6EA9325AF7EC837B1AF1AB07A42DEF9004E2616A5CD9725BF555

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"15": "15.14.0",
"16": "16.16.0",
"17": "17.9.1",
"18": "18.5.0"
"18": "18.6.0"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>18.5.0</version>
<version>18.6.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/nodejs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v18.5.0-x86.msi"
$filePath64 = "$toolsPath\node-v18.5.0-x64.msi"
$filePath32 = "$toolsPath\node-v18.6.0-x86.msi"
$filePath64 = "$toolsPath\node-v18.6.0-x64.msi"
$installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
else { Write-Host "Installing 32 bit version"; $filePath32 }
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"15": "15.14.0",
"16": "16.16.0",
"17": "17.9.1",
"18": "18.5.0"
"18": "18.6.0"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>18.5.0</version>
<version>18.6.0</version>
<authors>Node.js Foundation</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
Expand All @@ -30,7 +30,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[18.5.0]" />
<dependency id="nodejs.install" version="[18.6.0]" />
</dependencies>
</metadata>
<files>
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-3390000.zip
x64: https://sqlite.org/2022/sqlite-dll-win64-x64-3390000.zip
Toolsx32: https://sqlite.org/2022/sqlite-tools-win32-x86-3390000.zip
x32: https://sqlite.org/2022/sqlite-dll-win32-x86-3390100.zip
x64: https://sqlite.org/2022/sqlite-dll-win64-x64-3390100.zip
Toolsx32: https://sqlite.org/2022/sqlite-tools-win32-x86-3390100.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: BAE32DF8FA24A3E55BCC1591E09918259173F870090E2AE775509EDB8B893EB4
checksum64: C8B150F7A543F07974BD558C5CEAC3F51923285C48FB924F96884EFF6E9F30E0
checksumTools32: 8D6F4EBDE33D0B040E64CE27470864F0F055BDC4F5C523BEB6EB8A5933EFB419
checksum32: DE439F0B1FAA28A90D9F30FBA411C94368FCE9EC8D1E902F1092382110AC7F61
checksum64: 195B13B4C229FAE0CF2AC9EF658D7077D938D54C5B7DFA4BEF30F1FD94CA44AF
checksumTools32: 18058AA1C3B8F91522194034BF409C2E38FDFE2EABA572F095E3841FC6D1395E

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.39.0</version>
<version>3.39.1</version>
<title>SQLite</title>
<owners>chocolatey-community</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down

0 comments on commit b8a8eae

Please sign in to comment.