Skip to content

Commit

Permalink
AU: 4 updated - chromium nodejs nodejs.install vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 18, 2021
1 parent 3e22d36 commit 92a0544
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 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": "99.0.4772.0-snapshots",
"snapshots": "99.0.4773.0-snapshots",
"stable": "96.0.4664.110"
}
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>99.0.4772.0-snapshots</version>
<version>99.0.4773.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/952641/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/952651/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/952659/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/952659/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: 1323A29C8A0445B1089A60E3F45157B07927E5DE2A883037D81285F838253AAC
checksum64: 2290267554D4915ADED522CAC4E3BEE17E1A083B54461C0D2EFE5F32092A2494
checksum32: 9F91FECA90FABC8F0BFC8C59B0BE5D1D718AA8E2C4BD86AEFC6F1EB2F2FD310B
checksum64: 165C35B21DBE019B696935E6324D39CE4529EB0F8426201F05108DEFE5957B23

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 = "99.0.4772.0-snapshots"
$version = "99.0.4773.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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/download/release/latest-v12.x/node-v12.22.8-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v12.x/node-v12.22.8-x64.msi>
32-Bit: <https://nodejs.org/dist/v17.3.0/node-v17.3.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v17.3.0/node-v17.3.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: 9C7F14A0807E26879E4F1CC085248BA7D2257ABA3E6E2C7427951CC943B43962
checksum64: 64B5F7C17C3552194801905EBBC32B3208C2482A66CBBC0F3C6FB70459737743
checksum32: 5B3B8ACFF16964ADD6B24C408060430EDF7C2060408568E4286F7DC758CF8CB6
checksum64: A2480AD99C7D02A67C71CB462ADBB4DAD0A2C3884C7FEA2AC2DA543BE18661A6

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 @@ -12,5 +12,5 @@
"14": "14.18.2",
"15": "15.14.0",
"16": "16.13.1",
"17": "17.2.0"
"17": "17.3.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>12.22.8</version>
<version>17.3.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-v12.22.8-x86.msi"
$filePath64 = "$toolsPath\node-v12.22.8-x64.msi"
$filePath32 = "$toolsPath\node-v17.3.0-x86.msi"
$filePath64 = "$toolsPath\node-v17.3.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 @@ -12,5 +12,5 @@
"14": "14.18.2",
"15": "15.14.0",
"16": "16.13.1",
"17": "17.2.0"
"17": "17.3.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>12.22.8</version>
<version>17.3.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-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
<dependencies>
<dependency id="nodejs.install" version="[12.22.8]" />
<dependency id="nodejs.install" version="[17.3.0]" />
</dependencies>
</metadata>
<files>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.3832/gvim_8.2.3832_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3832/gvim_8.2.3832_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3843/gvim_8.2.3843_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3843/gvim_8.2.3843_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: 72943C2F45B9AFAC4C8BE1EA6A0DE647CB731F824C4F0B5950138511131DA792
checksum64: 8662555E252EC6E02A2737834B79A71B3238F7B9E6D627EBB7A4D04060189533
checksum32: 4B217332764F007A2CFAD76E61C45F7CC175F45450F79964B3B90AC8BA7FA060
checksum64: 67F00EC62F3598FC44A22BF253A7E26AAFA01C39A0DDDF64103D0D2E9F8FC146
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.3832_x86.zip"
file64 = "$toolsDir\gvim_8.2.3832_x64.zip"
file = "$toolsDir\gvim_8.2.3843_x86.zip"
file64 = "$toolsDir\gvim_8.2.3843_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.3832</version>
<version>8.2.3843</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 92a0544

Please sign in to comment.