Skip to content

Commit

Permalink
AU: 7 updated - chromium dropbox GoogleChrome nodejs nodejs.install p…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 17, 2023
1 parent 4822e0e commit ae8c06c
Show file tree
Hide file tree
Showing 20 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "112.0.5600.0-snapshots",
"snapshots": "112.0.5601.0-snapshots",
"stable": "110.0.5481.100"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>112.0.5600.0-snapshots</version>
<version>112.0.5601.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
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/1106208/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1106216/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1106413/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1106362/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: E6F4F0C41A5A9756C57F8F92701FE4665B0482E3E807D7EDE1679D28D960B9E2
checksum64: 79EB5782EDBD8BAFAE9127CED08A46DD8C7F6F433E18130BC98B0A01C57FFDAF
checksum32: DA4F26B0419DFE0223DE87FD643F078A36131FF297FAECE26FE080B062974151
checksum64: A001BFEA6DC16AD9E2AB2E0FDCB3156D8AD3565FAECF5F2EADA723827C1496EA

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "112.0.5600.0-snapshots"
$version = "112.0.5601.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/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "168.3.4773-beta",
"beta": "168.3.4787-beta",
"stable": "166.4.2920"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>168.3.4773-beta</version>
<version>168.3.4787-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '168.3.4773'
$version = '168.3.4787'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20168.3.4773%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20168.3.4773%20Offline%20Installer.x64.exe'
checksum = 'c1d73c9cec1bdfb8b9540c94ae8cd4185633110d1850f8f88647550ee7137718'
checksum64 = 'cccce01038e9a358e3c54f2b38f8b7fdcd8aef879aa9986a6a8d51d158f7b486'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20168.3.4787%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20168.3.4787%20Offline%20Installer.x64.exe'
checksum = '35fac0b7e621ab42f58724f73f68f7eada97d583521c9096ef2327ce02622583'
checksum64 = '0418f1698989eed4afc3cb9917cb8e3fb8f5fe30730dacdd26bb213f000015a3'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>GoogleChrome</id>
<version>110.0.5481.100</version>
<version>110.0.5481.104</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '110.0.5481.100'
$version = '110.0.5481.104'
if ($version -eq (Get-ChromeVersion)) {
Write-Host "Google Chrome $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi'
checksum = '702e40b856d8e60920f17559987bf7a4392735e29eb3646207bb9cbe0343a888'
checksum64 = '983287a6beadbf368dd1543bcb3edfa917b9827406fe760b79a609feba12aea8'
checksum = '4439af00dcf3f30796e6588fd4f4e6c3c6fd3e71dd3804ae33b3a38114aa879c'
checksum64 = '0adf3c2c53829ccb3a6044f287c704b68c0894d129f083cbafb790c57444009d'
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
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v19.5.0/node-v19.5.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v19.5.0/node-v19.5.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v19.6.1/node-v19.6.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v19.6.1/node-v19.6.1-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: E3E6DC13A93C8DFBD6D45B572B3445E1620B4E354DBA76F2E52D5F60BE6A3D63
checksum64: E17ED5CBF26A39909A049A14A263C9F405E2AC920DD4A182391ACF22FD3739FF
checksum32: 19DA4565D260557F1E31738793CD4E0FEC34568BD3A58D211433446E5046D5B5
checksum64: 51142803CAF327801152F41890BA9AD9625E674CEE75D3FF73D21366557FAAA2

File 'LICENSE.txt' is obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>
8 changes: 4 additions & 4 deletions automatic/nodejs.install/nodejs.install.json
Expand Up @@ -9,10 +9,10 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.21.2",
"14": "14.21.3",
"15": "15.14.0",
"16": "16.19.0",
"16": "16.19.1",
"17": "17.9.1",
"18": "18.13.0",
"19": "19.5.0"
"18": "18.14.1",
"19": "19.6.1"
}
2 changes: 1 addition & 1 deletion automatic/nodejs.install/nodejs.install.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs.install</id>
<title>Node JS (Install)</title>
<version>19.5.0</version>
<version>19.6.1</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
Expand Up @@ -2,8 +2,8 @@

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

$filePath32 = "$toolsPath\node-v19.5.0-x86.msi"
$filePath64 = "$toolsPath\node-v19.5.0-x64.msi"
$filePath32 = "$toolsPath\node-v19.6.1-x86.msi"
$filePath64 = "$toolsPath\node-v19.6.1-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
8 changes: 4 additions & 4 deletions automatic/nodejs/nodejs.json
Expand Up @@ -9,10 +9,10 @@
"5": "5.12.0",
"7": "7.10.1",
"13": "13.14.0",
"14": "14.21.2",
"14": "14.21.3",
"15": "15.14.0",
"16": "16.19.0",
"16": "16.19.1",
"17": "17.9.1",
"18": "18.13.0",
"19": "19.5.0"
"18": "18.14.1",
"19": "19.6.1"
}
4 changes: 2 additions & 2 deletions automatic/nodejs/nodejs.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>nodejs</id>
<title>Node JS</title>
<version>19.5.0</version>
<version>19.6.1</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="[19.5.0]" />
<dependency id="nodejs.install" version="[19.6.1]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v21.12/protoc-21.12-win64.zip>
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v22.0/protoc-22.0-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v22.0/protoc-22.0-win64.zip>
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: 6DE4EF4E65C7EDB834A2A9FCA6D85388ADC5DD71FC8BFF8B60569717D01DABEA
checksum64: 71852A30CF62975358EDFCBBFF93086E8857A079C8E4D6904881AA968D65C7F9
checksum32: 1CF031BA53B6963DE475FCD07A2DBCADA6C4B74EF3F8E587346603A940BBF772
checksum64: DD2A24C091F684CE9589FC76F9B5ED55DFFDC0E0733BDE20112F32B00771DBDB

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>21.12</version>
<version>22.0</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey-community, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v21.12</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v22.0</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/protoc/tools/chocolateyinstall.ps1
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $Env:ChocolateyPackageName
FileFullPath = "$toolsPath\protoc-21.12-win32.zip"
FileFullPath64 = "$toolsPath\protoc-21.12-win64.zip"
FileFullPath = "$toolsPath\protoc-22.0-win32.zip"
FileFullPath64 = "$toolsPath\protoc-22.0-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>selenium-chromium-edge-driver</id>
<!-- Do not touch the version, it will be updated automatically during the update check -->
<version>110.0.1587.46</version>
<version>110.0.1587.49</version>
<title>Selenium Chromium Edge Driver</title>
<authors>Chromium and Microsoft teams</authors>
<owners>chocolatey-community,agabrys,laurin1,AdmiringWorm</owners>
Expand Down
Expand Up @@ -7,10 +7,10 @@ $parameters = Get-PackageParameters

$packageArgs = @{
packageName = 'selenium-chromium-edge-driver'
url = 'https://msedgedriver.azureedge.net/110.0.1587.46/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/110.0.1587.46/edgedriver_win64.zip'
checksum = '4532d5f7b548f613665c99ddb73ba88f4ce1731bc52b1c47801b816e38e52044'
checksum64 = '669b858a403743ef6a55d3b2f8c211da206cf0fe5755556698afc58d928ff087'
url = 'https://msedgedriver.azureedge.net/110.0.1587.49/edgedriver_win32.zip'
url64 = 'https://msedgedriver.azureedge.net/110.0.1587.49/edgedriver_win64.zip'
checksum = 'c98d3ca8c631193c07e85214fe239f621ec34c54b5e2f8ccaf7b754fa49a75be'
checksum64 = 'ac4f56a8dc0e7714a2571327cf4c4cc044e5099fd3409259242dd4a3c0387239'
checksumType = 'sha256'
checksumType64 = 'sha256'
unzipLocation = $seleniumDir
Expand Down

0 comments on commit ae8c06c

Please sign in to comment.