From 87e2c632037cae2cac398a21163cd38adaf84035 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Tue, 25 Oct 2022 00:14:40 +0000 Subject: [PATCH] AU: 3 updated - chromium dropbox iTunes [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/76c0c9d85d087e9d914269743664a568b5935dbc --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 6 +++--- automatic/itunes/info | 2 +- automatic/itunes/itunes.nuspec | 2 +- automatic/itunes/tools/chocolateyInstall.ps1 | 10 +++++----- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index d33454ec6d4..e368ded8cab 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "109.0.5379.0-snapshots", + "snapshots": "109.0.5380.0-snapshots", "stable": "106.0.5249.119" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 7221e5d6f0a..600aaeb7f5d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 109.0.5379.0-snapshots + 109.0.5380.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index ae402d42a8a..868c167efd2 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 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: 99900F4B6846A69D666226BC1131D81D813B550BDF13E0176FFA3F5E06126690 - checksum64: 01BA20A95A06DD5C4A1CEB35CAD58BCDEDF9538DCF385E995E329A15D3927F6B + checksum32: 84A16C179503B455AF0F77896BBD8B5FE0CE54D2A9BDB87B512FCD161991A3CA + checksum64: 20A28F4A6488B8C675B7577B167F5EFC92E8893900BABF3A533136867612C009 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 9ded66639e4..4d058a0cc22 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "109.0.5379.0-snapshots" +$version = "109.0.5380.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index 7de7ecc929f..dda273639c8 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "160.3.4650-beta", + "beta": "160.3.4670-beta", "stable": "159.4.5870" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index fc14113b62b..41865445a58 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 160.3.4650-beta + 160.3.4670-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 596c590984e..da10c6749f0 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '160.3.4650' +$version = '160.3.4670' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20160.3.4650%20Offline%20Installer.x86.exe' - checksum = '5b44fd8d90bad402eb429e0b1d3b90314d85643f1f06115bbe4b840b5027df8e' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20160.3.4670%20Offline%20Installer.x86.exe' + checksum = '09cc58fc7a4027b2766f69a59136ca03faf8c020452fb27229f7174320d63de3' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/itunes/info b/automatic/itunes/info index f3a48313cdd..9855583a095 100644 --- a/automatic/itunes/info +++ b/automatic/itunes/info @@ -1 +1 @@ -"53cbd35fe22f109efb1ae704eb72dbae"|12.12.5.8 \ No newline at end of file +"81eef94df4d18541e864c2bebd8d0b63"|12.12.6.1 \ No newline at end of file diff --git a/automatic/itunes/itunes.nuspec b/automatic/itunes/itunes.nuspec index dabfae4625e..8ac1f768e5c 100644 --- a/automatic/itunes/itunes.nuspec +++ b/automatic/itunes/itunes.nuspec @@ -3,7 +3,7 @@ iTunes - 12.12.5.8 + 12.12.6.1 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/itunes chocolatey-community iTunes diff --git a/automatic/itunes/tools/chocolateyInstall.ps1 b/automatic/itunes/tools/chocolateyInstall.ps1 index 9eedb29c932..0f4f88eaa88 100644 --- a/automatic/itunes/tools/chocolateyInstall.ps1 +++ b/automatic/itunes/tools/chocolateyInstall.ps1 @@ -1,16 +1,16 @@ $ErrorActionPreference = 'Stop'; -$version = '12.12.5.8' +$version = '12.12.6.1' $packageArgs = @{ packageName = 'iTunes' fileType = 'msi' - url = 'https://secure-appldnld.apple.com/itunes12/012-67784-20220909-258DB4D7-2141-4853-BAE8-1C21EECA32EE/iTunesSetup.exe' - url64bit = 'https://secure-appldnld.apple.com/itunes12/012-67782-20220909-091C2557-7D04-4926-AD36-CE1EC201A92D/iTunes64Setup.exe' + 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' softwareName = 'iTunes' - checksum = 'A0694F030490C7BF96403D30116478F9FF573662CA8FA020D6A4238D6934B768' + checksum = 'BECD816DEB6E2A5D34F1CBFE16B9A160603E0A47D4D704D1DAA0662663000F8A' checksumType = 'sha256' - checksum64 = '97584c3e1e3d7cedec144915ddf516adfabf4e8219bca60fd02961ebeedbb46c' + checksum64 = '122ebd72dac7d507ee68ff2ec20ba8322d95241db80a677a36f239931474dd7a' checksumType64 = 'sha256' silentArgs = "/qn /norestart" validExitCodes = @(0, 2010, 1641)