diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 4356fdbb846..7fc26b3e0c0 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "113.0.5660.0-snapshots", + "snapshots": "113.0.5661.0-snapshots", "stable": "111.0.5563.65" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 682f503c2fb..f93f5ffa385 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 113.0.5660.0-snapshots + 113.0.5661.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index c71af97b629..1cea6474656 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: F72066780AD4D5ECEB545355AD24ABD8A3431FF5837E460083C6EE50AE658EED - checksum64: 116B1F29E4A37DB73BB92718259E46E6B8D2109ED88452D4D3A320187E8CD107 + checksum32: 420E2053ABE0C1124265786FEF854C949426BF6138B4BB90027C8D36829DC1C3 + checksum64: 783750E0AC12060ED9A2C45E0959B757FD886703079798A814C4A9603BAFBCAB The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index a5349bcb402..0452a39ea84 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 = "113.0.5660.0-snapshots" +$version = "113.0.5661.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 737b303e5d3..fd7ae71d98b 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: ED54C657AEDC018B1014BC35C5D2DB801BF183FF1070C72223EF8675C004CC2B - checksum64: 080659B3028869F8246B055ABC651C0B1962601411CACAF893756EE8E69A3780 + checksum32: D21E99E758A2CF52FBEBB6A7A0983D174DBC0FBB05CCF39CEA037DB7D3C154BE + checksum64: 7C5F61FACFB345C9EFA33CB24EE460650C18F2AB7B3B6E978905B4C95689E172 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 7f2cd597ee8..a07214a5b80 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.1411_x86.zip" - file64 = "$toolsDir\gvim_9.0.1411_x64.zip" + file = "$toolsDir\gvim_9.0.1413_x86.zip" + file64 = "$toolsDir\gvim_9.0.1413_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 6ead59ea137..09c999f6864 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1411 + 9.0.1413 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.