Skip to content

Commit

Permalink
AU: 5 updated - chromium googlechromebeta nodejs nodejs.install Waterfox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 24, 2022
1 parent 5f6eb39 commit 7891f01
Show file tree
Hide file tree
Showing 17 changed files with 34 additions and 42 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": "107.0.5258.0-snapshots",
"snapshots": "107.0.5259.0-snapshots",
"stable": "104.0.5112.102"
}
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>107.0.5258.0-snapshots</version>
<version>107.0.5259.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/1038234/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1038239/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1038766/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1038752/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: B3AECA45F30823D174E97E9E5B04956AAADBD2526F2BFF499746ADCA6F1959DD
checksum64: E7F70D2CC2AFE0266DD470E9E0CFF1FC3A22D4DCDB65592D29358CCD381BD176
checksum32: 1727B2D46F1C845071DB770E4FCA28BA6E672E59AB306DA04B691B9DD16DBB55
checksum64: 70EB69CBE3F4AC56255BC861E804AF5B97287483EB72912D4B99E2B217FB0AA2

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 = "107.0.5258.0-snapshots"
$version = "107.0.5259.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/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>105.0.5195.37-beta</version>
<version>105.0.5195.52-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 = '105.0.5195.37-beta'
$version = '105.0.5195.52-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 = '64b0f539cf7e26bc542b77c58609eb32bbacc4a1b5e29318d305633db29ef816'
checksum64 = '9066cfcc20dde947842cabe74273398f8e68f07304a423fab3b7a9b040b41d6e'
checksum = '49138e6e3a2a5c256bbebef6079498ea46144c02a81d81c1c34d31fa7d2cc850'
checksum64 = '5116845057c6d1f077e49c4fbe3202a138810daca67910d0431015995e36b1ae'
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/v16.17.0/node-v16.17.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.17.0/node-v16.17.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v18.8.0/node-v18.8.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.8.0/node-v18.8.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: 4E8F5BB4A76AA7FB164B20362FA51B27F3113C7225F18123929DF2D9B5EAA1AA
checksum64: FF2FFAF555E11311B3381E85D660D870DFC28DBB78AE9FB7B472250B5B0DFF4F
checksum32: F458AC2827DD576899663FC5E2161142731E456ACA69ED9E716B2F367FDE1C72
checksum64: 94F700C0EA9B45A3D3997F47143378FC000D5BB6C8CBFBCEEF13A8FEF9A1DD06

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 @@ -13,5 +13,5 @@
"15": "15.14.0",
"16": "16.17.0",
"17": "17.9.1",
"18": "18.7.0"
"18": "18.8.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>16.17.0</version>
<version>18.8.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
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-v16.17.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.17.0-x64.msi"
$filePath32 = "$toolsPath\node-v18.8.0-x86.msi"
$filePath64 = "$toolsPath\node-v18.8.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
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"15": "15.14.0",
"16": "16.17.0",
"17": "17.9.1",
"18": "18.7.0"
"18": "18.8.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>16.17.0</version>
<version>18.8.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="[16.17.0]" />
<dependency id="nodejs.install" version="[18.8.0]" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 1 addition & 5 deletions automatic/waterfox/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png" width="48" height="48"/> [waterfox](https://chocolatey.org/packages/waterfox)

Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox)
Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions.

**How and why Waterfox is here...**
Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student.
Expand All @@ -26,7 +26,3 @@ telemetry is sent back to Mozilla or the Waterfox project.
- Run every Add-On (even unsigned ones!)
- Windows XP 64-Bit Support
- More under the hood changes...

## Notes

- Waterfox Classic has many unpatched [security advisories](https://github.com/WaterfoxCo/Waterfox-Classic/wiki/Unpatched-Security-Advisories). Use at your own discretion.
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from their official download link listed on <https://github.com/WaterfoxCo/Waterfox/releases/latest>
and can be verified like this:

1. Download <https://github.com/WaterfoxCo/Waterfox-Classic/releases/download/2022.08-classic/WaterfoxClassic2022.08.exe>
1. Download <https://github.com/WaterfoxCo/Waterfox/releases/download/G4.1.5/Install.Waterfox.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: B6B395ED3EB5D81689FA98CB202791C96EC11339F26F45B9892B5DE8EDBFBA3C
checksum: 81DE8EC5DB0CD3F5AEAD6FF0DD227F0E054BB6B4B5983EB9314468213C6F4723

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
4 changes: 2 additions & 2 deletions automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ if ((Get-OSArchitectureWidth -Compare 32) -or $env:chocolateyForceX86 -eq $true)
}

$packageArgs = @{
packageName = 'waterfox-classic'
packageName = 'Waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\WaterfoxClassic2022.08_x64.exe"
file = "$toolsDir\Install.Waterfo_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "22084.1.4",
"current": "22084.1.5",
"classic": "2022.08"
}
16 changes: 6 additions & 10 deletions automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>waterfox-classic</id>
<version>2022.08</version>
<id>Waterfox</id>
<version>22084.1.5</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox classic</title>
<title>Waterfox </title>
<authors>Alex Kontos</authors>
<projectUrl>https://classic.waterfox.net/</projectUrl>
<projectUrl>https://www.waterfox.net/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png</iconUrl>
<copyright>© 2019 Waterfox Ltd.</copyright>
<licenseUrl>https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/WaterfoxCo/Waterfox-Classic</projectSourceUrl>
<projectSourceUrl>https://github.com/WaterfoxCo/Waterfox</projectSourceUrl>
<tags>waterfox web-browser firefox 64-bit admin cross-platform foss</tags>
<summary>Waterfox is basically a 64-bit version of Firefox.</summary>
<description><![CDATA[Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox)
<description><![CDATA[Use this version of Waterfox if you want the latest and greatest the web has to offer, want to use all WebExtensions and a few bootstrap extensions.
**How and why Waterfox is here...**
Waterfox was started back in March 2011 by [Alex Kontos](https://github.com/MrAlex94), a 16 year old student.
Expand All @@ -42,10 +42,6 @@ telemetry is sent back to Mozilla or the Waterfox project.
- Run every Add-On (even unsigned ones!)
- Windows XP 64-Bit Support
- More under the hood changes...
## Notes
- Waterfox Classic has many unpatched [security advisories](https://github.com/WaterfoxCo/Waterfox-Classic/wiki/Unpatched-Security-Advisories). Use at your own discretion.
]]></description>
<releaseNotes>https://www.waterfoxproject.org/blog/</releaseNotes>
<dependencies>
Expand Down

0 comments on commit 7891f01

Please sign in to comment.