From 8a11e3a8620118a7793da9ba630114441bb2c5a3 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 22 Jun 2022 00:14:20 +0000 Subject: [PATCH] AU: 4 updated - chromium GoogleChrome mixxx vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/34a5aeaca86c956f01e5b32efaa476918f84a5ff --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/googlechrome/googlechrome.nuspec | 2 +- automatic/googlechrome/tools/chocolateyInstall.ps1 | 6 +++--- automatic/mixxx/legal/VERIFICATION.txt | 4 ++-- automatic/mixxx/mixxx.json | 2 +- automatic/mixxx/mixxx.nuspec | 2 +- automatic/mixxx/tools/chocolateyInstall.ps1 | 2 +- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 13 files changed, 23 insertions(+), 23 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 0ce10299917..09d0e356cdc 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "105.0.5134.0-snapshots", + "snapshots": "105.0.5135.0-snapshots", "stable": "102.0.5005.115" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index d873202a9dd..b979faa7cea 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 105.0.5134.0-snapshots + 105.0.5135.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 6cbf6c283ab..3d67521e182 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: F176AD5A17706F9ABD3D648CF659050A566315DA20790CCEBE80DA7CDB80ECEF - checksum64: 501A7B0394F5ED98C0735266D04075540D72073637E8348262E8FAB13A7306DA + checksum32: FDA7F3C40F3C45D21030A8217A2074CD8427C350CB8D78B60BBE0CC781344751 + checksum64: 583CD9F3A0B6EB7EFB30E662B0624234AA904690A54C15A35F7692900BB0E01A The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 04ee05cfab0..7be221d38a8 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 = "105.0.5134.0-snapshots" +$version = "105.0.5135.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 f74440c86c7..79d2ac9deca 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 102.0.5005.115 + 103.0.5060.53 Google Chrome chocolatey-community Google Inc. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 8588b0ca7f7..538e0618f2e 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 = '102.0.5005.115' +$version = '103.0.5060.53' 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 = '7160a476e76c073b75432139f50c9eefb244a6fea476ef21015e52cd810b24e9' - checksum64 = 'fdcf19e21f61859e80b2b67c9e135919b86bcd28c6945d647b84c29a8c7f4950' + checksum = '08f22fc4301e23191a4d964b8baf07d4a590a072339bddb7997d9bfe406e7ca6' + checksum64 = '8083fb69c19d204dea6a65f9d6416c770c54370726b521e1c589a487988df252' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/mixxx/legal/VERIFICATION.txt b/automatic/mixxx/legal/VERIFICATION.txt index ca41fb947f0..cbf2bc888dc 100644 --- a/automatic/mixxx/legal/VERIFICATION.txt +++ b/automatic/mixxx/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ Package can be verified like this: 1. Go to x32: No longer being provided - x64: https://downloads.mixxx.org/releases/2.3.2/mixxx-2.3.2-win64.msi + x64: https://downloads.mixxx.org/releases/2.3.3/mixxx-2.3.3-win64.msi to download the installer. @@ -16,7 +16,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: EB5B800F76A4DBE8BB1ECC2E6DF4605B3D55DDD735CF81BBE80D3D759DFB57A8 + checksum64: 24D00585D4FC9A7D703EA63EFE0230D5A2663C3CDF65BE0A890CA3C6F59B85A7 File 'license.txt' is obtained from: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/automatic/mixxx/mixxx.json b/automatic/mixxx/mixxx.json index 2c982d06d3f..b141e5f9b27 100644 --- a/automatic/mixxx/mixxx.json +++ b/automatic/mixxx/mixxx.json @@ -1,4 +1,4 @@ { - "stable": "2.3.2", + "stable": "2.3.3", "alpha": "2.4-alpha-999" } diff --git a/automatic/mixxx/mixxx.nuspec b/automatic/mixxx/mixxx.nuspec index d2ee8e0565b..dc15177d225 100644 --- a/automatic/mixxx/mixxx.nuspec +++ b/automatic/mixxx/mixxx.nuspec @@ -3,7 +3,7 @@ mixxx - 2.3.2 + 2.3.3 Mixxx chocolatey-community Mixxx Development Team diff --git a/automatic/mixxx/tools/chocolateyInstall.ps1 b/automatic/mixxx/tools/chocolateyInstall.ps1 index 061718bf6b4..a43e5a2ce15 100644 --- a/automatic/mixxx/tools/chocolateyInstall.ps1 +++ b/automatic/mixxx/tools/chocolateyInstall.ps1 @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) { $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file64 = "$toolsPath\mixxx-2.3.2-win64.msi" + file64 = "$toolsPath\mixxx-2.3.3-win64.msi" softwareName = 'Mixxx *' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 8a9338a0cdc..39bdf116d26 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 803EAE0FF2CE899A331DAF55B60437E2F7C23D6BFFC77054BE5B1FE7D96F48DC - checksum64: 67D63C091B34CAE636C10AEFDEF7963B3E1B58D96E88CBA3D7B088F4831C0880 + checksum32: 667CD0A6810086465171EA5B5CDC55C609FDEA93B7D0CFEE6F0CDFE2ED4DADD7 + checksum64: 62D06CAC60DA3E85DF9FA7B92E0A2050773E50B41B6A325DF70BE3D9DAD6CA50 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 1f2f1511908..9b3cde66c92 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.5141_x86.zip" - file64 = "$toolsDir\gvim_8.2.5141_x64.zip" + file = "$toolsDir\gvim_8.2.5147_x86.zip" + file64 = "$toolsDir\gvim_8.2.5147_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 48e35eb5696..c8c9459e175 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.5141 + 8.2.5147 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.