Skip to content

Commit

Permalink
AU: 4 updated - chromium graphviz nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 11, 2023
1 parent ca4cf72 commit b07a78e
Show file tree
Hide file tree
Showing 13 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "114.0.5706.0-snapshots",
"snapshots": "114.0.5708.0-snapshots",
"stable": "112.0.5615.50"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>114.0.5706.0-snapshots</version>
<version>114.0.5708.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
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/1128043/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1128038/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1128452/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1128453/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: 9DA2AAC39AB492E1C6760A09F03586B83097BD95DFAC9DE1FD36F2DF519C7EDF
checksum64: 2F797D6CB627478987C9ADDEAE19A849DDEEC342EBBA205E60B1AA03CC74A76F
checksum32: 4AFDE17A73FD34D6128759F84CC5F876F0B4C1D683A3A02A88875F7C3D6CC1F5
checksum64: 65C48B922D3CCC9445F449DE7280CFBACE15C2B9ECE2288BE2FA8AF9D0BC90B1

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "114.0.5706.0-snapshots"
$version = "114.0.5708.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/graphviz/graphviz.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>graphviz</id>
<version>8.0.1</version>
<version>8.0.2</version>
<title>Graphviz</title>
<authors>Arif Bilgin, graphviz committers</authors>
<owners>chocolatey, Jason Denizac, Friedrich von Never</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/graphviz/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/8.0.1/windows_10_cmake_Release_graphviz-install-8.0.1-win64.exe
x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/8.0.2/windows_10_cmake_Release_graphviz-install-8.0.2-win64.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: ACAF871741D50F289B8ACEB84FA29CA2EE9174A9FCDB02697C7228DB90881424
checksum64: 61CD0C56EF8A0F1E3445D3405963BF25470991386C5C90C7518F9FB7CC1D93E7


File 'license.txt' is a copy of file 'share\license.rtf' obtained from the installation directory
2 changes: 1 addition & 1 deletion automatic/graphviz/tools/chocolateyInstall.ps1
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'graphviz'
fileType = 'exe'
file64 = "$toolsPath\graphviz-8.0.1 (64-bit) EXE installer.exe"
file64 = "$toolsPath\graphviz-8.0.2 (64-bit) EXE installer.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'Graphviz*'
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 has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/download/release/latest-v16.x/node-v16.20.0-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v16.x/node-v16.20.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v19.9.0/node-v19.9.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v19.9.0/node-v19.9.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: 7824C87B68C050C8A3FEB88588F009F76F718F4A709550E527209EAB1665582C
checksum64: F76F7CE6520EDA1BAACB42283DB9533DBA573771A1009278BD893B8F12EB2E11
checksum32: 3CF665F8EFAE4CC8D697099F850D87F98D860A01DF9BB0402B503351A1DC5EFF
checksum64: A508C50AB0C6F35C40BFE1DD047036DE3A24317B2FBA048E7E79408EA183311C

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 @@ -14,5 +14,5 @@
"16": "16.20.0",
"17": "17.9.1",
"18": "18.15.0",
"19": "19.8.1"
"19": "19.9.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>16.20.0</version>
<version>19.9.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-v16.20.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.20.0-x64.msi"
$filePath32 = "$toolsPath\node-v19.9.0-x86.msi"
$filePath64 = "$toolsPath\node-v19.9.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 @@ -14,5 +14,5 @@
"16": "16.20.0",
"17": "17.9.1",
"18": "18.15.0",
"19": "19.8.1"
"19": "19.9.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>16.20.0</version>
<version>19.9.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 @@ -30,7 +30,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="[16.20.0]" />
<dependency id="nodejs.install" version="[19.9.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit b07a78e

Please sign in to comment.