diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 9ebe7de1316..a02390ca45e 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "107.0.5283.0-snapshots", + "snapshots": "107.0.5284.0-snapshots", "stable": "105.0.5195.102" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 50889def72f..ce6883d505f 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 107.0.5283.0-snapshots + 107.0.5284.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 3e249599613..c8ecfc54655 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: FBB0F5428065C23C2A15CEE4E72954EDCFB16DCE96A5482D70EB87ADE33A3AF8 - checksum64: C3C44E0FD73E9719FB0B486806DEE226DA5B5299A094860EA455B77479539310 + checksum32: A402095F99385271903A4A1E51BD2583FE3D529FE558567AFA3A2C4A2489FAFA + checksum64: 0A8ACFA81EA39E58CF65D0E47BB264A97A124CBC15D2BB0263EC02734F3C238F The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 924e3d135d4..4259e9a5450 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 = "107.0.5283.0-snapshots" +$version = "107.0.5284.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 088b0190bdb..22774e40cd9 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: B1341C253AFA16F46F68D84F5ED9FE335ABC3BC081FEC60A9BEA6BF00FE94446 - checksum64: F8B711EDB502ACC0095E3595F2AF99CCA6D8AE7137576E91B2605DEEEB2B1990 + checksum32: 070AC50BFA5D12CA916C353095E3FC20F987A951BD2037288122B58FB1DF4C51 + checksum64: F7E27B6BE7228CA6923693E1E0F13E68F5F893C199EAC83243D8D494E988D596 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index c76ab0b5773..ca2713886ee 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_9.0.0381_x86.zip" - file64 = "$toolsDir\gvim_9.0.0381_x64.zip" + file = "$toolsDir\gvim_9.0.0392_x86.zip" + file64 = "$toolsDir\gvim_9.0.0392_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 12787aed8ea..800b9f30e11 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.0381 + 9.0.0392 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.