Skip to content

Commit

Permalink
AU: 5 updated - dropbox GoogleChrome nodejs nodejs.install thunderbird
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Feb 9, 2022
1 parent fd29eac commit 1f1f578
Show file tree
Hide file tree
Showing 14 changed files with 154 additions and 154 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "142.3.4086-beta",
"beta": "142.3.4155-beta",
"stable": "141.4.3299"
}
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>141.4.3299</version>
<version>142.3.4155-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '141.4.3299'
$version = '142.3.4155'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20141.4.3299%20Offline%20Installer.exe'
checksum = '570eaaf289ca5d919414ced8af52e6616ea3b4f25e9e76c2aafe708e6916cd8d'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20142.3.4155%20Offline%20Installer.exe'
checksum = 'fba4497e3c7fdb5a0596015f8c6935c0383b8ed23025ff8de90172830dde4e3f'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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>98.0.4758.80</version>
<version>98.0.4758.82</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 = '98.0.4758.80'
$version = '98.0.4758.82'
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 = '9708183d98d6691257b4d4081557658783e65dd1afca0312e29f9d730d05c80e'
checksum64 = 'b15f2d824982d8e0449819546bd6803828beb37db690d2f9c0de7516c074f349'
checksum = '309ca51b3e8f3afa8917ff69c615ac2f6c604544b78a3ec1dadf64ea567fa90b'
checksum64 = 'c742e5764ad8e800e59f5483a2935a3eeb35e17d3d265fd586ffacec9afcc2a2'
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 have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/download/release/latest-v12.x/node-v12.22.10-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v12.x/node-v12.22.10-x64.msi>
32-Bit: <https://nodejs.org/dist/v16.14.0/node-v16.14.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.14.0/node-v16.14.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: AA243E48AC468BD720E7BA5F40510F60FB7DB1F39DEB6119EE8683E584633C1F
checksum64: 3FE6F727581C2F46A1CE7F9E2FD79AB16010A49878F1E566CF7FDDC2E09A87C8
checksum32: 7F59DCF386D8386CEAB18426381CEBBDC17D437209C72A1694ACFA1511C1844E
checksum64: 4D2ADF5B11877A9017A0EEF735DCC344CEB849BF3BB02DA4F5DC1E756CFC9300

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
Expand Up @@ -11,6 +11,6 @@
"13": "13.14.0",
"14": "14.19.0",
"15": "15.14.0",
"16": "16.13.2",
"16": "16.14.0",
"17": "17.4.0"
}
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>12.22.10</version>
<version>16.14.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
Expand Up @@ -2,8 +2,8 @@

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

$filePath32 = "$toolsPath\node-v12.22.10-x86.msi"
$filePath64 = "$toolsPath\node-v12.22.10-x64.msi"
$filePath32 = "$toolsPath\node-v16.14.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.14.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
Expand Up @@ -11,6 +11,6 @@
"13": "13.14.0",
"14": "14.19.0",
"15": "15.14.0",
"16": "16.13.2",
"16": "16.14.0",
"17": "17.4.0"
}
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>12.22.10</version>
<version>16.14.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 @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[12.22.10]" />
<dependency id="nodejs.install" version="[16.14.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>thunderbird</id>
<version>91.5.1</version>
<version>91.6.0</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down

0 comments on commit 1f1f578

Please sign in to comment.