Skip to content

Commit

Permalink
AU: 5 updated - freevideoeditor GoogleChrome nodejs nodejs.install th…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 11, 2023
1 parent 267edd4 commit 3a1af22
Show file tree
Hide file tree
Showing 13 changed files with 154 additions and 154 deletions.
2 changes: 1 addition & 1 deletion automatic/freevideoeditor/freevideoeditor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>freevideoeditor</id>
<version>8.2</version>
<version>8.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/freevideoeditor</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>VSDC Free Video Editor</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freevideoeditor/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: 774E36C0EEDA6B69AFFA2B907229D857C7E8B3F423354F070D085DAF984BCD04
checksum64: 9266DFADA2DC1C2E11A2E391D9DC105641909AB58F8D199559FEA19F9B456CFB
checksum32: 6F90BD1AAA9D3F480E0BFFC47ABC854F8C443A4E335F0B195A2BBDCA1D1A4355
checksum64: AF1774CB4677A4A4D2C401B593ADA3D97615FCA0CD436C546355EC9A7B7AE18F

The file 'LICENSE.txt' has been obtained from <http://www.videosoftdev.com/terms-and-conditions>
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>117.0.5938.150</version>
<version>118.0.5993.71</version>
<title>Google Chrome</title>
<owners>chocolatey-community</owners>
<authors>Google LLC.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/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 = '117.0.5938.150'
$version = '118.0.5993.71'
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 = '2e073b85ce0e84f534fc14475abb49f86140008295f2e9472e90ed3f7e4395ff'
checksum64 = '66040e12f5bbf5f0cdf8aef36d433d175bf103c862462c40e26a4a39c76a8ae3'
checksum = 'b1c48fc706c7f00ccdfe6082779637115e6d24e5d04fee2eefcf62a6a1c11359'
checksum64 = '35343ea8c206905e25f7134eb3534c99fe5eeadb7f2156d140adf61aad15ce1c'
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 has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v20.8.0/node-v20.8.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v20.8.0/node-v20.8.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v18.18.1/node-v18.18.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v18.18.1/node-v18.18.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: 34143CCF8409FD219590D54F4C6C016153699721D15299F76CBE18A0E8652795
checksum64: 83E4BAD748D667799D8BB0A8CB8068C4C7CE702825D27D464CBDF746B8AE5682
checksum32: 6BE4816DF97A204EA5E4984E439CB5D6A847DA0D37AD8CB62A24DDC80E310376
checksum64: 3AEE7B478867A0EFB75781B6790AB649FFF7BF887F78D9A64F7E80ADF35C305C

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,7 +13,7 @@
"15": "15.14.0",
"16": "16.20.1",
"17": "17.9.1",
"18": "18.18.0",
"18": "18.18.1",
"19": "19.9.0",
"20": "20.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>20.8.0</version>
<version>18.18.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-v20.8.0-x86.msi"
$filePath64 = "$toolsPath\node-v20.8.0-x64.msi"
$filePath32 = "$toolsPath\node-v18.18.1-x86.msi"
$filePath64 = "$toolsPath\node-v18.18.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 @@ -13,7 +13,7 @@
"15": "15.14.0",
"16": "16.20.1",
"17": "17.9.1",
"18": "18.18.0",
"18": "18.18.1",
"19": "19.9.0",
"20": "20.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>20.8.0</version>
<version>18.18.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 @@ -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="[20.8.0]" />
<dependency id="nodejs.install" version="[18.18.1]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.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>thunderbird</id>
<version>115.3.1</version>
<version>115.3.2</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down

0 comments on commit 3a1af22

Please sign in to comment.