Skip to content

Commit

Permalink
AU: 9 updated - chromium cmake cmake.install cmake.portable nodejs no…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 11, 2022
1 parent bad66d2 commit ddd51d0
Show file tree
Hide file tree
Showing 26 changed files with 52 additions and 52 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": "101.0.4936.0-snapshots",
"snapshots": "101.0.4937.0-snapshots",
"stable": "99.0.4844.51"
}
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>101.0.4936.0-snapshots</version>
<version>101.0.4937.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/979700/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/979689/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/979874/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/979932/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: B4E49FFBBBF08865013A6A11FB6E6D3E7CC52EE13865980BBB771761484A88D1
checksum64: 8AF1F5CE4ECD36489B5EEC0DBF2EC87AFAAEA128C06B248CE90508DA149FF8EB
checksum32: 83AF5D6A1C5849688F06FEEEF7AA847CD261FE6507AF28CBFC3A28B828663771
checksum64: 138C804B6B089AE9D9B274F5CF21626B509A395981773E5AAA425D9D72CC3BC0

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 = "101.0.4936.0-snapshots"
$version = "101.0.4937.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/cmake.install/cmake.install.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"3.20": "3.20.6",
"3.21": "3.21.6",
"3.22": "3.22.3",
"3.23": "3.23.0-rc2"
"3.23": "3.23.0-rc3"
}
2 changes: 1 addition & 1 deletion automatic/cmake.install/cmake.install.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>cmake.install</id>
<version>3.22.3</version>
<version>3.23.0-rc3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.install</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-windows-x86_64.msi>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.0-rc3/cmake-3.23.0-rc3-windows-i386.msi>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.0-rc3/cmake-3.23.0-rc3-windows-x86_64.msi>
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: 6336A550E57AF46AE7084275AA87E8F602782A922C6CA2EB855D653B30E21CE4
checksum64: 5BEBBD44ABC339C02FD525DCE7C2931F9668D7D1A4A11E42E32BE49301BA3658
checksum32: DD66665D3D8BF2E05808E813D6C0CF23B092B6DD4ADB0532F415B3B3F34E38BB
checksum64: 5BBE29FBA3A1C6220C7C54973117A56D4FA65F25D76FD98F08E2520757E83E02

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\cmake-3.22.3-windows-i386.msi"
file64 = "$toolsPath\cmake-3.22.3-windows-x86_64.msi"
file = "$toolsPath\cmake-3.23.0-rc3-windows-i386.msi"
file64 = "$toolsPath\cmake-3.23.0-rc3-windows-x86_64.msi"
softwareName = 'CMake'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"3.20": "3.20.6",
"3.21": "3.21.6",
"3.22": "3.22.3",
"3.23": "3.23.0-rc2"
"3.23": "3.23.0-rc3"
}
2 changes: 1 addition & 1 deletion automatic/cmake.portable/cmake.portable.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>cmake.portable</id>
<version>3.22.3</version>
<version>3.23.0-rc3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake.portable</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake (Portable)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/cmake.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://cmake.org/download/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.22.3/cmake-3.22.3-windows-x86_64.zip>
32-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.0-rc3/cmake-3.23.0-rc3-windows-i386.zip>
64-Bit software: <https://github.com/Kitware/CMake/releases/download/v3.23.0-rc3/cmake-3.23.0-rc3-windows-x86_64.zip>
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: 46604D5E6C150883DC2FB1435B66D3B28754F6DC69B522DA03845631A4E3F278
checksum64: 0018B369F06646D4784FAD131A155333C9D59A03DEE6390324F81B9DF72A2F00
checksum32: 4CE5522F9461AE2642AAA2ED8FF2FF2FA298B135321E7E88248300FFA7339A44
checksum64: B6F873E32967D34AD5564BD11E36B47A2A0589B1CF902DEA1A1845F443289D36

The file 'LICENSE.txt' has been obtained from <https://gitlab.kitware.com/cmake/cmake/blob/master/Copyright.txt>
4 changes: 2 additions & 2 deletions automatic/cmake.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\cmake-3.22.3-windows-i386.zip"
file64 = "$toolsPath\cmake-3.22.3-windows-x86_64.zip"
file = "$toolsPath\cmake-3.23.0-rc3-windows-i386.zip"
file64 = "$toolsPath\cmake-3.23.0-rc3-windows-x86_64.zip"
destination = $toolsPath
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/cmake/cmake.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"3.20": "3.20.6",
"3.21": "3.21.6",
"3.22": "3.22.3",
"3.23": "3.23.0-rc2"
"3.23": "3.23.0-rc3"
}
4 changes: 2 additions & 2 deletions automatic/cmake/cmake.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>cmake</id>
<version>3.22.3</version>
<version>3.23.0-rc3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/cmake</packageSourceUrl>
<owners>chocolatey-community, dtgm</owners>
<title>CMake</title>
Expand Down Expand Up @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'`
* [News](https://blog.kitware.com/tag/CMake/)
* [Changelog](https://www.cmake.org/download/#latest)</releaseNotes>
<dependencies>
<dependency id="cmake.install" version="[3.22.3]" />
<dependency id="cmake.install" version="[3.23.0-rc3]" />
</dependencies>
</metadata>
<files />
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/v17.7.0/node-v17.7.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v17.7.0/node-v17.7.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v17.7.1/node-v17.7.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v17.7.1/node-v17.7.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: 3088E6DC0D53683517AF3A96194691EBD88D8A7CC4791A0E5EE7C68083213A69
checksum64: 599E817B05F8B25C7F1FE3FCD217E47CEB7F3F5CA0D40D08581A40E7121FE01D
checksum32: 05B63021ABA936882153BD5B028787FBD272DDBD1C10B2E4A7FCDB4554ECE9DF
checksum64: 52628B944FF2CEB3BAC2B62F78A429CDBD95F22495776D217DCD8A3367EB2DE2

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.19.0",
"15": "15.14.0",
"16": "16.14.0",
"17": "17.7.0"
"17": "17.7.1"
}
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>17.7.0</version>
<version>17.7.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-v17.7.0-x86.msi"
$filePath64 = "$toolsPath\node-v17.7.0-x64.msi"
$filePath32 = "$toolsPath\node-v17.7.1-x86.msi"
$filePath64 = "$toolsPath\node-v17.7.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 @@ -12,5 +12,5 @@
"14": "14.19.0",
"15": "15.14.0",
"16": "16.14.0",
"17": "17.7.0"
"17": "17.7.1"
}
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>17.7.0</version>
<version>17.7.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 @@ -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="[17.7.0]" />
<dependency id="nodejs.install" version="[17.7.1]" />
</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.4533/gvim_8.2.4533_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4533/gvim_8.2.4533_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4542/gvim_8.2.4542_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4542/gvim_8.2.4542_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: 37FE56F0CAB9506BD6C3BEDF7D54E3F9BD9C7CB50644086727A6E9D81448CF74
checksum64: 3F60013BAC3A966EFAB9F85A146240206629F1EF9C799FC15F0FE64378175C4C
checksum32: 79B2C70C20EDE8A56502CD601C19F283864C34857CF39C70D53B2BA70C2F7CC3
checksum64: ECF29109156173D3214A4026180BAFC189542FFFB8C28D1FE3A34275135549DC
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.4533_x86.zip"
file64 = "$toolsDir\gvim_8.2.4533_x64.zip"
file = "$toolsDir\gvim_8.2.4542_x86.zip"
file64 = "$toolsDir\gvim_8.2.4542_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.4533</version>
<version>8.2.4542</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
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.65.1'
$version = '1.65.2'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/8908a9ca0f221f36507231afb39d2d8d1e182702/VSCodeSetup-ia32-1.65.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/8908a9ca0f221f36507231afb39d2d8d1e182702/VSCodeSetup-x64-1.65.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1/VSCodeSetup-ia32-1.65.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/c722ca6c7eed3d7987c0d5c3df5c45f6b15e77d1/VSCodeSetup-x64-1.65.2.exe'

softwareName = "$softwareName"

checksum = 'e068f05f7cc432a82ac97c8f01ec3518ce601b0a759e8bb057a3307a77b6e981'
checksum = 'caa9d6ff81f6e8a36aa1076bc451ccaf3a4fc043fe6d877bb3d7b9d2e77e2cdb'
checksumType = 'sha256'
checksum64 = '71028f6e42d4ea1cd27f5338b0e396431f4020b9fc13a280ec5321510faa0947'
checksum64 = '534c0916f917d8527185bb8731f5bab7df1424ce6b97973180e0f8cda838ab4b'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.65.1</version>
<version>1.65.2</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.65.1</version>
<version>1.65.2</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down Expand Up @@ -44,7 +44,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"`
]]></description>
<tags>microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode.install" version="[1.65.1]" />
<dependency id="vscode.install" version="[1.65.2]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/Updates</releaseNotes>
</metadata>
Expand Down

0 comments on commit ddd51d0

Please sign in to comment.