Skip to content

Commit

Permalink
AU: 4 updated - googlechromebeta nodejs nodejs.install vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 30, 2021
1 parent 9573258 commit b870e22
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>92.0.4515.107-beta</version>
<version>93.0.4577.18-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
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '92.0.4515.107-beta'
$version = '93.0.4577.18-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 = '30fdc07588b90daf385a600f64562d144b958bdee25b70217a6cdccc43e5bcc9'
checksum64 = 'a414a3e5a5d5a755516883c94c042e94bee18e5b784f563e21b807fc76db8a8d'
checksum = '22942411faf0b2aa256ad0f76877e282dbb433378f834e406e918c9c29320256'
checksum64 = '0e297cabd853263caec9957fab6013e29231dd9b5a211947ec4bdb25de60f068'
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 have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v14.17.4/node-v14.17.4-x86.msi>
64-Bit: <https://nodejs.org/dist/v14.17.4/node-v14.17.4-x64.msi>
32-Bit: <https://nodejs.org/dist/v16.6.0/node-v16.6.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v16.6.0/node-v16.6.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: 296378F482FED803ADFC0DD63870EBDD925ADFADD0F2E0E04A3C2CCD2B16999E
checksum64: E889DA1EE06E576DE4F31C3E6E0F12C73CFEC495A53DB4DD166FD58B0FEA9F22
checksum32: F26E9E749EB339CABC53150091542F5ACD75BED4FBBDFB86DFA226290C6E2293
checksum64: DCBFE8FD618383117ABF158AE8AF2C7584DDFF77A0102F349D45F612E8B1E633

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 @@ -11,5 +11,5 @@
"13": "13.14.0",
"14": "14.17.4",
"15": "15.14.0",
"16": "16.5.0"
"16": "16.6.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>14.17.4</version>
<version>16.6.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-v14.17.4-x86.msi"
$filePath64 = "$toolsPath\node-v14.17.4-x64.msi"
$filePath32 = "$toolsPath\node-v16.6.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.6.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 @@ -11,5 +11,5 @@
"13": "13.14.0",
"14": "14.17.4",
"15": "15.14.0",
"16": "16.5.0"
"16": "16.6.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>14.17.4</version>
<version>16.6.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 @@ -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-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[14.17.4]" />
<dependency id="nodejs.install" version="[16.6.0]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3231/gvim_8.2.3231_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3231/gvim_8.2.3231_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3249/gvim_8.2.3249_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3249/gvim_8.2.3249_x64.zip>
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: 561B8143D61B966B3A82073BB5FCF09DE32D4CE98C82AB0F123623C36F93E03F
checksum64: 2D93023D9546ED3E081BE12A990526B50E9ADFD2F7924ED15BCE830A3B6D24D6
checksum32: 5FFDC1FD648305B2415B4A98B8712B095664DFE31B1DCBD403CEEB46F2DC2BC3
checksum64: 46AA6D78293B886C84623354B7FAACF84571D3D382A28722E4FF40EBD80AF304
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3231_x86.zip"
file64 = "$toolsDir\gvim_8.2.3231_x64.zip"
file = "$toolsDir\gvim_8.2.3249_x86.zip"
file64 = "$toolsDir\gvim_8.2.3249_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3231</version>
<version>8.2.3249</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit b870e22

Please sign in to comment.