Skip to content

Commit 562e49b

Browse files
author
Chocolatey-AU
committed
AU: 5 updated - chromium nodejs nodejs.install openshift-cli vim
[skip ci] https://gist.github.com/choco-bot/4bdeeb99f084db66ab47d2afebe95c8e/f9988633d51745b3d2eaebfe2a73d54491ad6793
1 parent 3bb4177 commit 562e49b

15 files changed

Lines changed: 34 additions & 34 deletions

File tree

automatic/chromium/chromium.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"snapshots": "148.0.7753.0-snapshots",
3-
"stable": "146.0.7680.154"
3+
"stable": "146.0.7680.165"
44
}

automatic/chromium/chromium.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
44
<metadata>
55
<id>chromium</id>
6-
<version>148.0.7753.0-snapshots</version>
7-
<title>Chromium Snapshots</title>
6+
<version>146.0.7680.165</version>
7+
<title>Chromium</title>
88
<owners>chocolatey-community</owners>
99
<authors>The Chromium Authors</authors>
1010
<projectUrl>http://www.chromium.org/Home</projectUrl>

automatic/chromium/legal/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
77
and can be verified by doing the following:
88

99
1. Download the following:
10-
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1604102/mini_installer.exe>
10+
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v146.0.7680.165-r1582197/mini_installer.exe>
1111
2. Get the checksum using one of the following methods:
1212
- Using powershell function 'Get-FileHash'
1313
- Use chocolatey utility 'checksum.exe'
1414
3. The checksums should match the following:
1515

1616
checksum type: sha256
17-
checksum64: 4FA88BB9249890909D12E855C7977B17CB8390420D8CE8E7C962A488762A2D65
17+
checksum64: 15E5FA9C4B9BEAA5717280FBA81F630D80155A1098B51CDC057FD7C02D363F70
1818

1919
The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>

automatic/chromium/tools/chocolateyInstall.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition
33
. (Join-Path $toolsDir 'helper.ps1')
44

5-
$version = '148.0.7753.0-snapshots'
5+
$version = '146.0.7680.165'
66
$hive = "hkcu"
77
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
88
$Chromium = $hive + ":" + $chromium_string
@@ -15,8 +15,8 @@ if (Test-Path $Chromium) {
1515

1616
$packageArgs = @{
1717
packageName = 'chromium'
18-
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1604110/mini_installer.exe'
19-
checksum = 'D8D3D43637ECDF12FD5D7B195EE9E414F137D7F4CACB0D0D18658EFC335CF556'
18+
url = 'https://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe'
19+
checksum = 'C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98'
2020
checksumType = 'sha256'
2121
file64 = "$toolsdir\chromium_x64.exe"
2222
fileType = 'exe'

automatic/nodejs.install/legal/VERIFICATION.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ The installer/archive has been downloaded from the authors official download lin
66
and can be verified using the following:
77

88
1. Download the following installers/archives
9-
- 64-Bit: <https://nodejs.org/dist/v25.8.1/node-v25.8.1-x64.msi>
9+
- 64-Bit: <https://nodejs.org/dist/v25.8.2/node-v25.8.2-x64.msi>
1010
2. Use one of the following methods to obtain the checksum
1111
- Use powershell function 'Get-FileHash'
1212
- Use chocolatey utility 'checksum.exe'
1313
3. Verify the downloaded installers/archives matches the following SHA256 checksum:
14-
- 64-Bit Checksum: <7D9968ABA0B0A9C4410A4E8CEF882E96DCA620C7E184BD3924902783D0F1432C>
14+
- 64-Bit Checksum: <176CC1D25EAACF1D8058BC319214CA156A4AD7B985D5AE0F239DBC26AA42FFD5>
1515

1616
Additionally, the included 'LICENSE.txt' have been obtained from <https://github.com/nodejs/node/blob/03023fa7ae060c082a014f792d5d1f481a599460/LICENSE>.

automatic/nodejs.install/nodejs.install.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"17": "17.9.1",
1616
"18": "18.20.8",
1717
"19": "19.9.0",
18-
"20": "20.20.1",
18+
"20": "20.20.2",
1919
"21": "21.7.3",
20-
"22": "22.22.1",
20+
"22": "22.22.2",
2121
"23": "23.11.1",
22-
"24": "24.14.0",
23-
"25": "25.8.1"
22+
"24": "24.14.1",
23+
"25": "25.8.2"
2424
}

automatic/nodejs.install/nodejs.install.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>nodejs.install</id>
66
<title>Node JS (Install)</title>
7-
<version>25.8.1</version>
7+
<version>25.8.2</version>
88
<authors>Node.js Foundation</authors>
99
<owners>chocolatey-community, Rob Reynolds</owners>
1010
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>

automatic/nodejs.install/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $packageArgs = @{
77
FileType = 'msi'
88
SoftwareName = 'Node.js'
99
File = ''
10-
File64 = "$toolsPath\node-v25.8.1-x64.msi"
10+
File64 = "$toolsPath\node-v25.8.2-x64.msi"
1111
SilentArgs = '/quiet ADDLOCAL=ALL'
1212
ValidExitCodes = @(0)
1313
}

automatic/nodejs/nodejs.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"17": "17.9.1",
1616
"18": "18.20.8",
1717
"19": "19.9.0",
18-
"20": "20.20.1",
18+
"20": "20.20.2",
1919
"21": "21.7.3",
20-
"22": "22.22.1",
20+
"22": "22.22.2",
2121
"23": "23.11.1",
22-
"24": "24.14.0",
23-
"25": "25.8.1"
22+
"24": "24.14.1",
23+
"25": "25.8.2"
2424
}

automatic/nodejs/nodejs.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<metadata>
55
<id>nodejs</id>
66
<title>Node JS</title>
7-
<version>25.8.1</version>
7+
<version>25.8.2</version>
88
<authors>Node.js Foundation</authors>
99
<owners>chocolatey-community, Rob Reynolds</owners>
1010
<summary>Node JS - Evented I/O for v8 JavaScript.</summary>
@@ -31,7 +31,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM
3131
<requireLicenseAcceptance>false</requireLicenseAcceptance>
3232
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png</iconUrl>
3333
<dependencies>
34-
<dependency id="nodejs.install" version="[25.8.1]" />
34+
<dependency id="nodejs.install" version="[25.8.2]" />
3535
</dependencies>
3636
</metadata>
3737
<files>

0 commit comments

Comments
 (0)