diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 7c3bee12e3d..16ae90f2125 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6871.0-snapshots", + "snapshots": "133.0.6872.0-snapshots", "stable": "131.0.6778.86" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 1f977c295a5..3612b3446e1 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6871.0-snapshots + 133.0.6872.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 51518db94a8..e41e40ccb10 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 64-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 - checksum64: 10AF550525AE2113FCE7046C7373CAEB7D1CC88959A503CCD507600B9E4048E6 + checksum64: F4B9EF87D4BB7CA72270133C67ADF34F002AC86AB9CA545B42E92DCCBAC722F0 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index b981ba8bf9f..d3fd7a85a03 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition . (Join-Path $toolsDir 'helper.ps1') -$version = '133.0.6871.0-snapshots' +$version = '133.0.6872.0-snapshots' $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string @@ -15,8 +15,8 @@ if (Test-Path $Chromium) { $packageArgs = @{ packageName = 'chromium' - url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1390048/mini_installer.exe' - checksum = 'DDACD21DD5F217504BA5654FD712AB8C35ADF647F27BDA8DCB481E4AF838BBF4' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1390122/mini_installer.exe' + checksum = '8F5C40C2E982CF3155573769CEABBB619D5765819A30F257E39B195E5FF780E3' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 2045c0a7b4f..6bfb226c324 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: C901D91026E1DD9F614274CB7BC6BCAE0024900D419D91185646DF234D143F1B - checksum64: C1807606B687BB67EA4E981071966A221B802F91ECFD12ABE01F7640B6BB628A + checksum32: 6D4345640C02390FE46E060C3812EF638A45EBAD25839A69913099BE3265C8D8 + checksum64: DEF3336E6D21240FFD319CA19167217ABB688EE08CC8B3001E859F8F9927BC34 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index d976e6d0457..b6ceaf90c50 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.1.0898_x86.zip" - file64 = "$toolsDir\gvim_9.1.0898_x64.zip" + file = "$toolsDir\gvim_9.1.0899_x86.zip" + file64 = "$toolsDir\gvim_9.1.0899_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 4b116dfcf1f..4fd1654196a 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0898 + 9.1.0899 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.