Skip to content

Commit

Permalink
AU: 6 updated - chromium dropbox filezilla GoogleChrome nodejs nodejs…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 25, 2023
1 parent bc381ca commit 2ddb74d
Show file tree
Hide file tree
Showing 17 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "111.0.5557.0-snapshots",
"snapshots": "111.0.5559.0-snapshots",
"stable": "109.0.5414.75"
}
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>111.0.5557.0-snapshots</version>
<version>111.0.5559.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/1095831/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1095790/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1096358/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1096329/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: 4443927FEC20FFB871478A25114131941AFCC0A78DC4862D2DF295439E427ECF
checksum64: CB34A4D8D1B1FBFAD80AAA1AF16F70BA6F2B925D6824415AB6DB91857C380204
checksum32: 1A140AA5FC987895F79D368D9BA7AE240A7EEF91B0CD88C49C9AA5C8FE0AE6BD
checksum64: AD74B71FB061711783E7EFB5391ED8DF43804688D765541BDA9361EEF42EE0A7

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 = "111.0.5557.0-snapshots"
$version = "111.0.5559.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "166.3.2891-beta",
"stable": "165.4.4300"
"beta": "167.3.4680-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>166.3.2891-beta</version>
<version>166.4.2920</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 = '166.3.2891'
$version = '166.4.2920'

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%20166.3.2891%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.3.2891%20Offline%20Installer.x64.exe'
checksum = '465284650e35c470612d99241c8cb830090644105a5ca60e43a6ddddd69b2858'
checksum64 = '83a551154f8d8c890118c649262df91e2a94dacfcdff92b13693a574e8f5831d'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.4.2920%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.4.2920%20Offline%20Installer.x64.exe'
checksum = '4a864515fb42beed8707278ba7f5c5775ee7b4d16fbc418c4f313e6508774f7e'
checksum64 = '0d4ff6e95432886d3a0612a432cc510dd39d35df11f10d5cffe1c8e121a3eb16'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.62.2</version>
<version>3.63.0</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.62.2_win32-setup.exe?h=VulY8ffA30IM-wwi2tsg5w&x=1669144166
x64: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.62.2_win64-setup.exe?h=pMuZqVxgsBmSD2MrIrF9Aw&x=1669144166
x32: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.63.0_win32-setup.exe?h=G0_y0o3zUITmJ74x9nRU-A&x=1674608980
x64: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.63.0_win64-setup.exe?h=oH1eoEEDkJ9E-3sBOnZCvg&x=1674608980

to download the installer.

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: B7846A698F6D8645A1B4199382D401A743C8E8C375FA32D6ED8C668A6C83CD98
checksum64: EF3C2DFBE13AEEF9D04BF6FAEBEC26B97D614E52F24C63955BF7D36543253E07
checksum32: 214CA5FBF5E12759F58DD783A2627E1842008F649A6B20B27D6FF9C6F336FDE5
checksum64: 6A5F16C823B92BF78A191C9920EBEE505668BFE42C8747354C5943067E7AC172

Using AU:

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>109.0.5414.75</version>
<version>109.0.5414.120</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 = '109.0.5414.75'
$version = '109.0.5414.120'
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 = 'e4ca3b7a727c1ffc8e3862f52db8ae04a7c6c4af8f6e971eac8a683c7a199c3b'
checksum64 = '6b9d7d0f4889924ca55f02b7b39b91d646ed497cc59b4187e0c28fc5b96474e7'
checksum = 'd7fd246ea029c5c7ec30041a40d8831231752a98c8c1d0915218d7528d3b6f3a'
checksum64 = '985a7f6edaa610ea791fe79a923e014e709ff7603f27f44d3ec8f04eca99bf6c'
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.4.0/node-v19.4.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v19.4.0/node-v19.4.0-x64.msi>
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>
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: E05AD07E83D551D7D1E3C2334ED504DB39E1792ABE0A4FC37369DFDE5D18A038
checksum64: B4B0F39031D6BE0495AF5D4F5626890E60E810385D722B9C74199CF57427DEA3
checksum32: E3E6DC13A93C8DFBD6D45B572B3445E1620B4E354DBA76F2E52D5F60BE6A3D63
checksum64: E17ED5CBF26A39909A049A14A263C9F405E2AC920DD4A182391ACF22FD3739FF

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 @@ -14,5 +14,5 @@
"16": "16.19.0",
"17": "17.9.1",
"18": "18.13.0",
"19": "19.4.0"
"19": "19.5.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>19.4.0</version>
<version>19.5.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-v19.4.0-x86.msi"
$filePath64 = "$toolsPath\node-v19.4.0-x64.msi"
$filePath32 = "$toolsPath\node-v19.5.0-x86.msi"
$filePath64 = "$toolsPath\node-v19.5.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 @@ -14,5 +14,5 @@
"16": "16.19.0",
"17": "17.9.1",
"18": "18.13.0",
"19": "19.4.0"
"19": "19.5.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>19.4.0</version>
<version>19.5.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="[19.4.0]" />
<dependency id="nodejs.install" version="[19.5.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 2ddb74d

Please sign in to comment.