Skip to content

Commit

Permalink
AU: 6 updated - chromium freecad googlechromebeta iTunes nodejs nodej…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 30, 2023
1 parent b8ea73e commit abf25df
Show file tree
Hide file tree
Showing 18 changed files with 33 additions and 33 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": "114.0.5683.0-snapshots",
"snapshots": "114.0.5684.0-snapshots",
"stable": "111.0.5563.147"
}
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>114.0.5683.0-snapshots</version>
<version>114.0.5684.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/1123457/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1123465/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1123785/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1123777/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: C4859836348D4485117D51827AFEE1C7091C8E342B1AD9044B14AF10CAB6543F
checksum64: 05057DB016AA8BA1B706E8ED703B73EA2119A7457D9BFB0E71BA4C0EE62FFC56
checksum32: 767CDB9D2E4848B10BF967602CE99139967A67F305EFE7B206A306E9F2D1C260
checksum64: D88B71E51E4464A35B39CCD5EDC40D1E4F04E14480502B33D9FFE6568BB6EFBC

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 = "114.0.5683.0-snapshots"
$version = "114.0.5684.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/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.20.2.1",
"portable": "0.20.2.1",
"dev": "32457.2023.3.23-dev"
"dev": "32532.2023.3.29-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>32457.2023.3.23-dev</version>
<version>32532.2023.3.29-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 @@ -7,11 +7,11 @@ $packageArgs = @{
packageName = 'freecad'
fileType = '7z'
url = ''
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-32457-2023-03-23-conda-Windows-x86_64-py310.7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-32532-2023-03-29-conda-Windows-x86_64-py310.7z'
softwareName = 'FreeCAD'
checksum = ''
checksumType = ''
checksum64 = 'AED379EC4BE630F517D5E52BE41139329DF5B61F4724D73A973068802FEE5514'
checksum64 = 'EF57B06C8A5ECCD67472733586C142B24F6F3F127B70A458DB9045867567D3FE'
checksumType64 = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/googlechromebeta/googlechromebeta.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>googlechromebeta</id>
<version>112.0.5615.39-beta</version>
<version>112.0.5615.49-beta</version>
<title>Google Chrome Beta</title>
<owners>chocolatey-community,nsleigh</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechromebeta/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$version = '112.0.5615.39-beta'
$version = '112.0.5615.49-beta'
if ($version -eq (Get-ChromeBetaVersion)) {
Write-Host "Google Chrome Beta $version is already installed."
return
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'MSI'
url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi'
url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi'
checksum = '2ccdfb08907b969d9bb612934b03d1150122ccd729754321fd42767f690b9730'
checksum64 = '5bebf8e46bab7d4db63bbed3bffa0bab092a48857601ccbb443d253c30f67458'
checksum = '0ca2e44c0b19018a7e2833a7fd129bd9c8d64ef9decb54198fea2762f72d7ecf'
checksum64 = '7e023ec334e0d0b508b4d0a8244ce4616962d8bc409fee1ff0a3ccf06226ed26'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/itunes/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"2ed88f7bd8b13782ec373cdc58b522ef"|12.12.7.1
"032dcc6d3bf92143a33f1650cfdc6e83"|12.12.8.2
2 changes: 1 addition & 1 deletion automatic/itunes/itunes.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>iTunes</id>
<version>12.12.7.1</version>
<version>12.12.8.2</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/itunes</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>iTunes</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/itunes/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop';

$version = '12.12.7.1'
$version = '12.12.8.2'

$packageArgs = @{
packageName = 'iTunes'
fileType = 'msi'
url = 'https://secure-appldnld.apple.com/itunes12/032-11200-20221212-DF5B507C-24FF-4C3B-914A-7A161CC389B2/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/032-11199-20221212-7680817F-9CEC-4DD3-9191-8D0C20E8A548/iTunes64Setup.exe'
url = 'https://secure-appldnld.apple.com/itunes12/032-43413-20230329-BB8ADBE3-B938-410E-8EE8-2B5E7B3CF65B/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/032-43416-20230329-5563B273-069B-4902-8997-39A886456E7B/iTunes64Setup.exe'
softwareName = 'iTunes'
checksum = '6FEC6605A0166E60F4D931DC308A444280C88BFDCC93C095DA320C43D5C6EADC'
checksum = '12128124CA135C08C49B7DCC76C65688CFEB2B13A8FF994766BA395A24BDCD2B'
checksumType = 'sha256'
checksum64 = '6e2f30a48fea70d04a302d19a33b4fde3dbabe4ef9ac3205e2d91d8692298cae'
checksum64 = 'f47b36ebd5793dbd608477075ba723ead14232a3851bad7fc0c15943f4efbf72'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 2010, 1641)
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/v19.8.1/node-v19.8.1-x86.msi>
64-Bit: <https://nodejs.org/dist/v19.8.1/node-v19.8.1-x64.msi>
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>
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: AE9312DA3D58BC507B06CDD8118B9769A409CE068B7A6617DC53406E453B3694
checksum64: DB49623909757C566ADC7587118467BE08F47C1585A1109382F1D8C5C7A9CBB8
checksum32: 7824C87B68C050C8A3FEB88588F009F76F718F4A709550E527209EAB1665582C
checksum64: F76F7CE6520EDA1BAACB42283DB9533DBA573771A1009278BD893B8F12EB2E11

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 @@ -11,7 +11,7 @@
"13": "13.14.0",
"14": "14.21.3",
"15": "15.14.0",
"16": "16.19.1",
"16": "16.20.0",
"17": "17.9.1",
"18": "18.15.0",
"19": "19.8.1"
Expand Down
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>19.8.1</version>
<version>16.20.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 @@ -2,8 +2,8 @@

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$filePath32 = "$toolsPath\node-v19.8.1-x86.msi"
$filePath64 = "$toolsPath\node-v19.8.1-x64.msi"
$filePath32 = "$toolsPath\node-v16.20.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.20.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
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"13": "13.14.0",
"14": "14.21.3",
"15": "15.14.0",
"16": "16.19.1",
"16": "16.20.0",
"17": "17.9.1",
"18": "18.15.0",
"19": "19.8.1"
Expand Down
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>19.8.1</version>
<version>16.20.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="[19.8.1]" />
<dependency id="nodejs.install" version="[16.20.0]" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit abf25df

Please sign in to comment.