diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index c620b24f14a..6c7b80ab83d 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "133.0.6865.0-snapshots", + "snapshots": "133.0.6866.0-snapshots", "stable": "131.0.6778.86" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index c4f389a6886..3fba4262b6d 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 133.0.6865.0-snapshots + 133.0.6866.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index c42dff2b15c..f613a89ab61 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: 91AF37E70F0D42991409B46D7C28C29A7508C98EB7BB2FFB10780871023C0994 + checksum64: A77F6186EF393F5F5A901BFB387AC681F087C776193385E0AC0D6132DB3F3DE5 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index abb1f374094..57c1668e204 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.6865.0-snapshots' +$version = '133.0.6866.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/1389299/mini_installer.exe' - checksum = 'C6B33CAB3825DF55E34F45919818E59C99C0C360CB93EE1868B47090BBCC7F5A' + url = 'https://storage.googleapis.com/chromium-browser-snapshots/Win/1389545/mini_installer.exe' + checksum = '5004A76A350A59684022C3FE92602D60428EB1B1EE2EC8A37E7C101F71D9B8BF' checksumType = 'sha256' file64 = "$toolsdir\chromium_x64.exe" fileType = 'exe' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 074b731bb33..271bd3d18ea 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: EEDD0B3FA01001884F790835FCC27D62A237E6AFBEEAE5586693FA61D1F05C84 - checksum64: B42844FEC292A65BA006A340B2C1B89A843254B485171325B287E9C28D33D09D + checksum32: 353E92F17ECB2CAD346BC92C4D2FCEFF6F68B2A12BB5EAE32D3BDEC3246BDE2E + checksum64: DEE820DD6C07407C909DC8E9046F0D3E39DA43CA554B3B5FB6D146AC7D795089 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 466407e0bc0..cba255ff019 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.0891_x86.zip" - file64 = "$toolsDir\gvim_9.1.0891_x64.zip" + file = "$toolsDir\gvim_9.1.0895_x86.zip" + file64 = "$toolsDir\gvim_9.1.0895_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index b26bc6ff76d..65ebff2de9b 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0891 + 9.1.0895 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.