Skip to content

Commit

Permalink
AU: 6 updated - chromium googlechromebeta iTunes nodejs.install Opera…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 15, 2022
1 parent 7de05b1 commit d4fef29
Show file tree
Hide file tree
Showing 17 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "110.0.5478.0-snapshots",
"stable": "108.0.5359.99"
"snapshots": "110.0.5479.0-snapshots",
"stable": "108.0.5359.125"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>110.0.5478.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>108.0.5359.125</version>
<title>Chromium</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
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/1082980/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1082968/mini_installer.exe>
32-Bit software: <https://github.com/Hibbiki/chromium-win32/releases/download/v108.0.5359.125-r1058933/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v108.0.5359.125-r1058933/mini_installer.sync.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: 3365E3F8BB34F6B58163486944B12DB94FEFA435754E77FA3CA37E6643E6095C
checksum64: FEAA8BD5A6FA8C7B3CB4AC55AD1B1DB80BB7E72CDB13FC03E665CFDD9F451B90
checksum32: DCCDEC2BDFA4B5FADE33734A8CDCB5943A4ACE69EBA43C44AB5F38E5433FC26E
checksum64: 2C98E92D9EB98E67F4633F0D26CC88D870564ED92F80CCD17B5C38A4DA5896A4

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 = "110.0.5478.0-snapshots"
$version = "108.0.5359.125"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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>109.0.5414.36-beta</version>
<version>109.0.5414.46-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 = '109.0.5414.36-beta'
$version = '109.0.5414.46-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 = 'ebafd3cec4e3e41c5c299d62fd093dcf2a84b6c7e6fed75fd0a1aca44e46a33d'
checksum64 = '5f6e58c9e7627cc269f7520c0aa8043d710f7b229dcd3714de23a95a8fed720b'
checksum = 'd4658bcccb3448c4badae7500a221542e80fa352ac3ed3bb613eda9384cb4994'
checksum64 = '8d304be6766dc52d2f8d0022503bfd78645c21dd50d5b07041e362f6a217bd91'
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 @@
"81eef94df4d18541e864c2bebd8d0b63"|12.12.6.1
"2ed88f7bd8b13782ec373cdc58b522ef"|12.12.7.1
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.6.1</version>
<version>12.12.7.1</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.6.1'
$version = '12.12.7.1'

$packageArgs = @{
packageName = 'iTunes'
fileType = 'msi'
url = 'https://secure-appldnld.apple.com/itunes12/012-77814-20221020-E07F27CE-1FC6-4962-9F37-0F0A1608BC77/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/012-77812-20221020-55E4CD5A-CF6C-48B4-A679-2ADF6587380D/iTunes64Setup.exe'
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'
softwareName = 'iTunes'
checksum = 'BECD816DEB6E2A5D34F1CBFE16B9A160603E0A47D4D704D1DAA0662663000F8A'
checksum = '6FEC6605A0166E60F4D931DC308A444280C88BFDCC93C095DA320C43D5C6EADC'
checksumType = 'sha256'
checksum64 = '122ebd72dac7d507ee68ff2ec20ba8322d95241db80a677a36f239931474dd7a'
checksum64 = '6e2f30a48fea70d04a302d19a33b4fde3dbabe4ef9ac3205e2d91d8692298cae'
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 have 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.19.0-x86.msi>
64-Bit: <https://nodejs.org/download/release/latest-v16.x/node-v16.19.0-x64.msi>
32-Bit: <https://nodejs.org/dist/v19.3.0/node-v19.3.0-x86.msi>
64-Bit: <https://nodejs.org/dist/v19.3.0/node-v19.3.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: 3ED815633AAE84D43DFE2A8DB2E2394D31EF240DF123F32843F8EAC78337BDD9
checksum64: EDFD08C96DD30D24714F6DB577E890A82BA9720D8AC37C8366A999A2292FE2CE
checksum32: 6ECA60B54FF2A8FE6508B4D0BEB0A316077C135D35E8223445A7C9A23FBD11EE
checksum64: 2EFE9F3A91DE1375AB581266F35FE89A779AF8389B80612401EA6A28ED2DD16E

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 @@ -14,5 +14,5 @@
"16": "16.19.0",
"17": "17.9.1",
"18": "18.12.1",
"19": "19.2.0"
"19": "19.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>16.19.0</version>
<version>19.3.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-v16.19.0-x86.msi"
$filePath64 = "$toolsPath\node-v16.19.0-x64.msi"
$filePath32 = "$toolsPath\node-v19.3.0-x86.msi"
$filePath64 = "$toolsPath\node-v19.3.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
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>93.0.4585.64</version>
<version>93.0.4585.70</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -26,7 +26,7 @@ For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
- **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>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-93/#b4585.64</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-93/#b4585.70</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/93.0.4585.64/win/Opera_93.0.4585.64_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/93.0.4585.64/win/Opera_93.0.4585.64_Setup_x64.exe'
checksum = 'b4df97ade1df1ecec711f6233a7216bb464097f2858403ff8b5a97613f639f0d'
checksum64 = '292b40c11ab89b9fe92ee8eba4cabac818b9603cde8912f541fff17efba9f5b9'
url = 'https://get.geo.opera.com/pub/opera/desktop/93.0.4585.70/win/Opera_93.0.4585.70_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/93.0.4585.70/win/Opera_93.0.4585.70_Setup_x64.exe'
checksum = 'c456fe4b9973cb60c6920d4427cf2c11f598530754a26d981e48446bbdce50f6'
checksum64 = '7d3796425c75d52f10eb8c07ea913cbcefa6cd979729b9df37807aeea460ea5d'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '93.0.4585.64'
$version = '93.0.4585.70'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode.install/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.74.0'
$version = '1.74.1'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode.install'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/5235c6bb189b60b01b1f49062f4ffa42384f8c91/VSCodeSetup-ia32-1.74.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/5235c6bb189b60b01b1f49062f4ffa42384f8c91/VSCodeSetup-x64-1.74.0.exe'
url = 'https://az764295.vo.msecnd.net/stable/1ad8d514439d5077d2b0b7ee64d2ce82a9308e5a/VSCodeSetup-ia32-1.74.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/1ad8d514439d5077d2b0b7ee64d2ce82a9308e5a/VSCodeSetup-x64-1.74.1.exe'

softwareName = "$softwareName"

checksum = 'ede97b0ca1564ed58ec3f22444002d902b759b2bf80da2862ed13969011b403e'
checksum = 'b1be7b5c5317b3ddf5807b4ffd53b14d113f053c98c09e154d8a0a0eebec4634'
checksumType = 'sha256'
checksum64 = 'fbe977aa69a1c1438d2c2b9d5525415e1fd8d97b6dbb149301a7c3bf3a84b14a'
checksum64 = 'e824f068797de93cc0f28ec0a881142aafc0d0f05f2157f617f2afa7959f1bd4'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode.install/vscode.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode.install</id>
<title>Visual Studio Code (Install)</title>
<version>1.74.0</version>
<version>1.74.1</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit d4fef29

Please sign in to comment.