diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 80d22a007c5..7a64516733b 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "111.0.5483.0-snapshots", + "snapshots": "111.0.5484.0-snapshots", "stable": "108.0.5359.125" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 733d58c9de2..de01e647b2a 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 111.0.5483.0-snapshots + 111.0.5484.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 52d2e57428e..ecc6fc8868d 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: 7B96DC6544682A2E70120710A8BAE87A92F82CEB36EE42B70E1BB072471F204D - checksum64: 18ED3FED1FD26A3DEA7DFFAD55CF9A0C9C24D3E8F21B6FAD97EEAB9C83A6518A + checksum32: 307BD31274C4E00666D0CBB173CE4DDC1C00EB589E0E7287F5D17711FA8237B4 + checksum64: B1E38F147199A3F809EFF749A484A41012046632F4C6737CB7DDCEDF2FF9BF26 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 63b3ff4fa75..d8c8b8db0e9 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 = "111.0.5483.0-snapshots" +$version = "111.0.5484.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 609cbfac285..600440688f8 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: 6BE0F741E77BD35B55CB36D43AAB842A89C17BB6356117305148A4A2E7BD6058 - checksum64: 273376EEBF5D31275EC681B9D1D97BFC72449A39137C8CA0DC10DD6CBD269385 + checksum32: 51A7E6DAAAAF29A065332DD4D34BE72A35ACB9E8728179CD8FFE68332C62FEDF + checksum64: DBF8E878DFCADCF73AD3B15484FBAA1F6FD6951043B08039B6309FA6976C87C0 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index ee231cce19e..c13809bb193 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.1065_x86.zip" - file64 = "$toolsDir\gvim_9.0.1065_x64.zip" + file = "$toolsDir\gvim_9.0.1071_x86.zip" + file64 = "$toolsDir\gvim_9.0.1071_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 06d78b2e6f5..1f5d4531f6b 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.1065 + 9.0.1071 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.