Skip to content

Commit

Permalink
AU: 5 updated - chromium nodejs nodejs.install openshift-cli vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Dec 4, 2024
1 parent 28510cf commit 781c43b
Show file tree
Hide file tree
Showing 15 changed files with 30 additions and 28 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": "133.0.6875.0-snapshots",
"snapshots": "133.0.6876.0-snapshots",
"stable": "131.0.6778.86"
}
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>133.0.6875.0-snapshots</version>
<version>133.0.6876.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1390878/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1391261/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
checksum64: 96319DD327F4CA3E75624145E7CD1D34391ACB61A42F74CFEB08D9F3E0CCA0F6
checksum64: E57F03086546E2A83846AE3BF8E20FFA17F0566FDE88830BBCB3BAC7B376EA28

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
6 changes: 3 additions & 3 deletions automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
. (Join-Path $toolsDir 'helper.ps1')

$version = '133.0.6875.0-snapshots'
$version = '133.0.6876.0-snapshots'
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand All @@ -15,8 +15,8 @@ if (Test-Path $Chromium) {

$packageArgs = @{
packageName = 'chromium'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1390874/mini_installer.exe'
checksum = 'BB84E3E9C5ECFB2B7227940EECEDD068AED1412837A8B8A6AA3FBE84F9B0CF4F'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1391253/mini_installer.exe'
checksum = 'B89E986D3494513E8804CF65C7D60BCE4288A59D3460C6C0BBA8D54C657FB713'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
6 changes: 4 additions & 2 deletions automatic/nodejs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ The installer/archive has been downloaded from the authors official download lin
and can be verified using the following:

1. Download the following installers/archives
- 64-Bit: <https://nodejs.org/dist/v23.3.0/node-v23.3.0-x64.msi>
- 32-Bit: <https://nodejs.org/dist/v22.12.0/node-v22.12.0-x86.msi>
- 64-Bit: <https://nodejs.org/dist/v22.12.0/node-v22.12.0-x64.msi>
2. Use one of the following methods to obtain the checksum
- Use powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. Verify the downloaded installers/archives matches the following SHA256 checksum:
- 64-Bit Checksum: <FD842E751DE2D3ED9C30B678D4ABC3D3CD8D137EAF7B92AA3A1B6DEEEA7AF0E1>
- 32-Bit Checksum: <97FD52500C6947D5886C616CE37C93D40F5B0B811A1F87F89783C25E0DE345E3>
- 64-Bit Checksum: <5FA43604523BE95F8E73C4C98337A5C2BF02450A6525AD25EC2926E464E6BCEF>

Additionally, the included 'LICENSE.txt' have been 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 @@ -17,6 +17,6 @@
"19": "19.9.0",
"20": "20.18.1",
"21": "21.7.3",
"22": "22.11.0",
"22": "22.12.0",
"23": "23.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>23.3.0</version>
<version>22.12.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 @@ -6,8 +6,8 @@ $packageArgs = @{
PackageName = 'nodejs.install'
FileType = 'msi'
SoftwareName = 'Node.js'
File = ''
File64 = "$toolsPath\node-v23.3.0-x64.msi"
File = "$toolsPath\node-v22.12.0-x86.msi"
File64 = "$toolsPath\node-v22.12.0-x64.msi"
SilentArgs = '/quiet ADDLOCAL=ALL'
ValidExitCodes = @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"19": "19.9.0",
"20": "20.18.1",
"21": "21.7.3",
"22": "22.11.0",
"22": "22.12.0",
"23": "23.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>23.3.0</version>
<version>22.12.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 @@ -31,7 +31,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="[23.3.0]" />
<dependency id="nodejs.install" version="[22.12.0]" />
</dependencies>
</metadata>
<files>
Expand Down
6 changes: 3 additions & 3 deletions automatic/openshift-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.17.5>
location on <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.17.6>
and can be verified by doing the following:

1. Download the following:
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.17.5/openshift-client-windows-4.17.5.zip>
software: <https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.17.6/openshift-client-windows-4.17.6.zip>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type:
checksum: 80FD4B5EA3EAF6BCCA0562B6B52096CD8D3978E74A00066BD218C838994A47D7
checksum: 5D27C73F2DCCC7B3041CB06FBE9A4167779B33405A712EE4515A365877523F55

The file 'LICENSE.txt' has been obtained from <https://github.com/openshift/origin/blob/6366485d06c43fd526899510f02582484da25519/LICENSE>
4 changes: 2 additions & 2 deletions automatic/openshift-cli/openshift-cli.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>openshift-cli</id>
<version>4.17.5</version>
<version>4.17.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/openshift-cli</packageSourceUrl>
<owners>chocolatey-community,Andrei Bejenaru</owners>
<title>OpenShift Command Line Interface (CLI)</title>
Expand Down Expand Up @@ -45,7 +45,7 @@ Origin is the upstream community project that powers OpenShift. Built around a c
* Windows support is limited to 64bit systems.
* **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.17.5</releaseNotes>
<releaseNotes>https://mirror.openshift.com/pub/openshift-v4/clients/ocp/4.17.6</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
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/v9.1.0901/gvim_9.1.0901_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0901/gvim_9.1.0901_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0902/gvim_9.1.0902_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0902/gvim_9.1.0902_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: 7DF2B701DC3A4B87CCE421FF5A38A30C7170E739A76B5296826F8528782A73EA
checksum64: F64D6285A041CFAF5DFCCD15F3B7E331445B92B56270F84244FAFEDFE1AB6F9A
checksum32: 79611373E56C35A53F732C8C8093C02C9A8845307FDEB4E3A77ECE0A36744551
checksum64: FAE52436CA3EBBD962B718FA07E00B17AADCCFF41A7B4CD7ADA9625637959B7F
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_9.1.0901_x86.zip"
file64 = "$toolsDir\gvim_9.1.0901_x64.zip"
file = "$toolsDir\gvim_9.1.0902_x86.zip"
file64 = "$toolsDir\gvim_9.1.0902_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>9.1.0901</version>
<version>9.1.0902</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 781c43b

Please sign in to comment.