Skip to content

Commit

Permalink
AU: 4 updated - chromium dropbox nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 28, 2022
1 parent e0ca7cb commit d67c8e6
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "108.0.5327.0-snapshots",
"stable": "105.0.5195.127"
"stable": "106.0.5249.62"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>108.0.5327.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>106.0.5249.62</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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/1052026/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1051941/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v106.0.5249.62-r1036826/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v106.0.5249.62-r1036826/mini_installer.sync.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: 0A7E1A195462355160BA51E51D07F7907C2578D6F0A2FF0F08E0DE8830AF1FBD
checksum64: A7B8CE07593D4FDEE361FFE99BA4B2710D4C735FD0FB1588DA8CAF1C3E5B1EBE
checksum32: C8018122070073F815631B7C86F51D7D7092769B742B2117E701FBE353E171D0
checksum64: 9B421C3BB30B23FF179F6719E72C6B09282697416E22558D2F22223BFFCE562B

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 = "108.0.5327.0-snapshots"
$version = "106.0.5249.62"
$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": "158.3.4547-beta",
"beta": "159.3.5798-beta",
"stable": "158.4.4564"
}
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>158.4.4564</version>
<version>159.3.5798-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 = '158.4.4564'
$version = '159.3.5798'

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%20158.4.4564%20Offline%20Installer.x86.exe'
checksum = '7786365aa4b207d45d78bee2f4f44a006a041a64954920895819e903e9672755'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20159.3.5798%20Offline%20Installer.x86.exe'
checksum = '4d8c5bb85bcee67f81b4ef0a5f1754565a7dda3521dd0618079cf0ae8666a52d'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
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/dist/v18.9.1/node-v18.9.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.9.1/node-v18.9.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v18.10.0/node-v18.10.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.10.0/node-v18.10.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: AF847E88B3A3D0CEB63FFD572FF906D3A60B2A235334B7336F11904CBE7D35BB
checksum64: B2886FAEAED5A1DDC03325E8C1FCA143E0BBFA250AE7A69A8326BE364AD28577
checksum32: 7F2C6FA385D7B8864B96510D86FF416C69B2B1DC2C4BD25D2BD8CAC7D2E9AC7B
checksum64: 9A269ECC0530656DB078ED03C20CC3E71022026FEB9DFF02BF0C96E9792F237A

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 @@ -13,5 +13,5 @@
"15": "15.14.0",
"16": "16.17.1",
"17": "17.9.1",
"18": "18.9.1"
"18": "18.10.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>18.9.1</version>
<version>18.10.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-v18.9.1-x86.msi"
$filePath64 = "$toolsPath\node-v18.9.1-x64.msi"
$filePath32 = "$toolsPath\node-v18.10.0-x86.msi"
$filePath64 = "$toolsPath\node-v18.10.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 @@ -13,5 +13,5 @@
"15": "15.14.0",
"16": "16.17.1",
"17": "17.9.1",
"18": "18.9.1"
"18": "18.10.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>18.9.1</version>
<version>18.10.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.9.1]" />
<dependency id="nodejs.install" version="[18.10.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit d67c8e6

Please sign in to comment.