Skip to content

Commit

Permalink
AU: 4 updated - chromium freecad nodejs nodejs.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 9, 2024
1 parent 81fc2b6 commit 1bf730d
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 24 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": "128.0.6584.0-snapshots",
"snapshots": "128.0.6585.0-snapshots",
"stable": "126.0.6478.127"
}
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>128.0.6584.0-snapshots</version>
<version>128.0.6585.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/1324064/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1324512/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: C6481C5C899BB22B9CAB9A079F0160A680634D6B2165EF5C1EA9EE9F2B245BF7
checksum64: 9B994FDDB58715E09CA09550CE135A5BFEDD1BC8AD94EE90051F1FCC782C9162

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 = '128.0.6584.0-snapshots'
$version = '128.0.6585.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/1324061/mini_installer.exe'
checksum = '9BEF664EE296298773B8C0809B08CD9306ADA448BF3F3964E6CBCF6CEDF81A60'
url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1324504/mini_installer.exe'
checksum = 'AC34FF443623A5BBC8C9B5DD5545DD6C9EF9C915E9976AA2C1A6434481946405'
checksumType = 'sha256'
file64 = "$toolsdir\chromium_x64.exe"
fileType = 'exe'
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.21.2.1",
"portable": "0.21.2.1",
"dev": "38043.2024.7.6-dev"
"dev": "38079.2024.7.9-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.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>freecad</id>
<version>38043.2024.7.6-dev</version>
<version>38079.2024.7.9-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ if (!$PSScriptRoot) { $PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -P
$packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38043-conda-Windows-x86_64-py311.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-38079-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = '561083237BB26FDDF2206B4CE531ADFB7FCFB20649E425C30B40FD5B77566A53'
checksum64 = 'D685C03DA299A883EED6221DEB8C8B404E417E1459A73E93B9C3B3834B6439E2'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
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 has been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://nodejs.org/dist/v20.15.1/node-v20.15.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v20.15.1/node-v20.15.1-x64.msi>
32-Bit: <https://nodejs.org/dist/v22.4.1/node-v22.4.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v22.4.1/node-v22.4.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: 6079DF4AB0D457180B4B730FAB76D0B60B14342D797CC10A4F2D7C8B61FBA584
checksum64: B139BA1B82807918AF40FBED49A5B529F67BA198E87BCABDAC907B734FF83AB5
checksum32: ED819D12C5E59A1752FAD8192177AA307A360D5F5D73A70806E772E3B98A74FE
checksum64: 82AB3431A35B68572D55F7A10049D8CDFE0F3D01A9F085DAED4E7FA4CAA9F26E

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 @@ -17,5 +17,5 @@
"19": "19.9.0",
"20": "20.15.1",
"21": "21.7.3",
"22": "22.4.0"
"22": "22.4.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>20.15.1</version>
<version>22.4.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-v20.15.1-x86.msi"
$filePath64 = "$toolsPath\node-v20.15.1-x64.msi"
$filePath32 = "$toolsPath\node-v22.4.1-x86.msi"
$filePath64 = "$toolsPath\node-v22.4.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
6 changes: 3 additions & 3 deletions automatic/nodejs/nodejs.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"15": "15.14.0",
"16": "16.20.1",
"17": "17.9.1",
"18": "18.20.3",
"18": "18.20.4",
"19": "19.9.0",
"20": "20.15.0",
"20": "20.15.1",
"21": "21.7.3",
"22": "22.4.0"
"22": "22.4.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>22.4.0</version>
<version>22.4.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 @@ -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="[22.4.0]" />
<dependency id="nodejs.install" version="[22.4.1]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 1bf730d

Please sign in to comment.