diff --git a/automatic/alldup/alldup.nuspec b/automatic/alldup/alldup.nuspec index 77275f545f3..a020fb025e8 100644 --- a/automatic/alldup/alldup.nuspec +++ b/automatic/alldup/alldup.nuspec @@ -3,7 +3,7 @@ alldup - 4.5.22 + 4.5.24 AllDup chocolatey-community Michael Thummerer Software Design diff --git a/automatic/alldup/legal/VERIFICATION.txt b/automatic/alldup/legal/VERIFICATION.txt index f2b38356acb..f524da18e95 100644 --- a/automatic/alldup/legal/VERIFICATION.txt +++ b/automatic/alldup/legal/VERIFICATION.txt @@ -15,6 +15,6 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 03C77E1BEA868347065354CAF6B5671F7E6D29FF135A7FC8ABC6274D18F83FC3 + checksum32: 6C4644B02F7D24378DEEA2F3331C068B89FC8A9976161B822FCE6055C22C5C99 File 'Redistribution.pdf' is from personal email communication diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 3a859000ddb..27db1e0034e 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "108.0.5343.0-snapshots", + "snapshots": "108.0.5344.0-snapshots", "stable": "106.0.5249.91" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 11be7409aa8..fc77f3b6a1e 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 108.0.5343.0-snapshots + 108.0.5344.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 38d7c040a43..6266c7719ab 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: 45145C876E487D960A9317BA2076338D84092393DF42DA69CB8F474E929D1CB7 - checksum64: F1BA2F7A77DD068820CD1FE3E8FA8EEE4CF2793D194E6A711E45D5B76072835B + checksum32: E2A726B6FF678A9C6A7DB2AB58D4643A6D5986C36A068D5C0CE54E72A0D44F95 + checksum64: C5B0BD99535606745AFCC51609B98B57DD14ED26988519BDAB28BBE204537346 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 3707b0c9bd0..738e0bcb098 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 = "108.0.5343.0-snapshots" +$version = "108.0.5344.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index f7fc19e5d48..232a50a450d 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 106.0.5249.91 + 106.0.5249.103 Google Chrome chocolatey-community Google Inc. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 03da903abb8..c543eefcc29 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '106.0.5249.91' +$version = '106.0.5249.103' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = '7cabfe4be43c2e8d695ff00dbe7efac33652c8e4acc0136cd2c9fb6364231fc1' - checksum64 = 'f5450b7b0d1048c7e5a3b639c73d4d0f8b2741441dbf23bfd462b50c95062a6e' + checksum = '0cdcb2b73b3e8c4c2b49a0d7d28dd15b7b13844014dd200eecb86015d443541f' + checksum64 = '70b3320b72f7db7d833213771bd512348daee6e1938de8535c793115ba01bf35' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""