diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 1b2fd7f5429..d3dbc513d3f 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "105.0.5128.0-snapshots", + "snapshots": "105.0.5129.0-snapshots", "stable": "102.0.5005.115" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 47200c291ad..744b475e1c8 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 105.0.5128.0-snapshots + 105.0.5129.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 97901dc6665..f2dd73cbbd0 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: 96A08AE498028923A40B0B9EE5951A540FED05839559B4227C4DA3AC8F78AD31 - checksum64: 5BF68245480D0EE1AD841AE943E49478FDCCAAFC522F7B4EC084FF511BDC6020 + checksum32: FFE105623385B47FF186B91D8D5ABD65657A2BCD99DAED243C97550234541AF1 + checksum64: E3F65BB9F2C17C3A904D2FD387ACF75A203D2423EED4C146F9C96EE75308FC8C The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index c1a0366dc70..94a9b7861b7 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.5128.0-snapshots" +$version = "105.0.5129.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 5f5d846a9fc..6a31e37a1a8 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey-community - 10.0.2994.0 + 10.0.2995.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client. - 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: 44D0BA91E42351859896875749DD93311EE5AAF5CAC99FCCF0F5E367747EEFBA - checksum64: 0B6AABB6BE97ACB762CF6020D38680BBE8E1D28C8DF9E2126C2D1A20FF08BEB8 + checksum32: BE2753B6647A2B1675868CB8F8A6327503EEA12DB82F6375DF70E024A71D6881 + checksum64: 9A1BA4B9AB0CE91CF8EBE0FE41E3644C6BCA5D7D02F92994AABAD6427CA4CCAE diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index c2f9de5c0d3..8004966a3bb 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.5119_x86.zip" - file64 = "$toolsDir\gvim_8.2.5119_x64.zip" + file = "$toolsDir\gvim_8.2.5126_x86.zip" + file64 = "$toolsDir\gvim_8.2.5126_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 96480d0a2a1..d7a8bd9f20d 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.5119 + 8.2.5126 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.