Skip to content

Commit

Permalink
AU: 5 updated - chromium dropbox googlechromebeta nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 1, 2021
1 parent a0b134c commit fc00a41
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 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": "98.0.4741.0-snapshots",
"snapshots": "98.0.4742.0-snapshots",
"stable": "96.0.4664.45"
}
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>98.0.4741.0-snapshots</version>
<version>98.0.4742.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/946862/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/946863/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/947010/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/947024/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: BD6BACD879219C9CCB1714EE2A1A4B6FC596F884E9FFE3B98B9E387C759A7115
checksum64: AB07C89C8E78AF0B4C9078FCF78C33CAE4266B328564A2B7285406FDDE85243E
checksum32: C1CBE99F803CA03AD103A4C2FD2FB0AF6FAEAD41B2713BFEA9CD4E87FF235009
checksum64: 0285FBE76A6D3FA63D5CC47659083D569590E4CCB3CE07BB8E40CD4B91644C78

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 = "98.0.4741.0-snapshots"
$version = "98.0.4742.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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "136.3.4333-beta",
"beta": "137.3.6396-beta",
"stable": "136.4.4345"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>136.4.4345</version>
<version>137.3.6396-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
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '136.4.4345'
$version = '137.3.6396'

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%20136.4.4345%20Offline%20Installer.exe'
checksum = 'd39fb60631a5788d96bc6021b4200dc328866f119b154cb6b0a61045cd6028e6'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20137.3.6396%20Offline%20Installer.exe'
checksum = '94f22e02280e06e452d5b82ae90abe5e5688ba0ee798aa4271dd1102eca9f1a7'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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>97.0.4692.20-beta</version>
<version>97.0.4692.36-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 = '97.0.4692.20-beta'
$version = '97.0.4692.36-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 = 'f831b26d3a62c40cdc2dfb5d7a23e3064f7c03854e654db90f277c668738abdd'
checksum64 = 'ed32a91de13e2fa6f98be0e1a5a8f5b6926607b69b1054f1102f7c05a6795fde'
checksum = '34e4968d42f245e4cc80c635670d15bbc81c4b91d578125c52ab6ce3c100c79d'
checksum64 = '625fef7205d35203d9ce273c4f63758ad2aaf7bf4fbfa3b747ae608f343e7a3c'
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/v17.2.0/node-v17.2.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v17.2.0/node-v17.2.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v16.13.1/node-v16.13.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.13.1/node-v16.13.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: 4E172C90A8B452BFADEC85E591D7CC078E38F4D91B5DFCFADFA0A0BE2D43EABC
checksum64: 79483D60FA471D77DD6DC6C51E52C31F05BC1CDF5200F8B79ACB5B9AC68DF6FB
checksum32: 133D0D96BFA4825F9BECA6C8E0603D77A8616F71C2A22222A868524CCE4E1B3B
checksum64: 8C0434B1735110EF8FBD012C46DFA867FEA360B29FBBF76F0995361D17243103

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 @@ -11,6 +11,6 @@
"13": "13.14.0",
"14": "14.18.2",
"15": "15.14.0",
"16": "16.13.0",
"16": "16.13.1",
"17": "17.2.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>17.2.0</version>
<version>16.13.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
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-v17.2.0-x86.msi"
$filePath64 = "$toolsPath\node-v17.2.0-x64.msi"
$filePath32 = "$toolsPath\node-v16.13.1-x86.msi"
$filePath64 = "$toolsPath\node-v16.13.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
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"13": "13.14.0",
"14": "14.18.2",
"15": "15.14.0",
"16": "16.13.0",
"16": "16.13.1",
"17": "17.2.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>17.2.0</version>
<version>16.13.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 @@ -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="[17.2.0]" />
<dependency id="nodejs.install" version="[16.13.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit fc00a41

Please sign in to comment.