From e51f3dd6bb8bef3db818bff3d5ebddba68ffe64d Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sun, 11 Sep 2022 00:13:50 +0000 Subject: [PATCH] AU: 2 updated - chromium vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/bff363c328545a3d48d40e88230e136f66d80706 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 13b5ba9f315..d784be79c33 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "107.0.5293.0-snapshots", + "snapshots": "107.0.5294.0-snapshots", "stable": "105.0.5195.102" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 30bab780801..328d63ca9ee 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 107.0.5293.0-snapshots + 107.0.5294.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 3c63d3817fb..472dd56a7d1 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: 9E0D4C90B98B2E9EDB789CB76EB970E30951669B7A66D1FDACA90FF480E75CDC - checksum64: B3E3B07DD803518766387E731902C7155BD327901FCCC815B0B46DB7858F5249 + checksum32: ACD972BCE559F22B0D0C7C99EA7499955DA47518ABBC996A32C2A7FA4A1EDCE8 + checksum64: B68B06B37D3CCB6A19001CDE5FBEC995B7600C3037924195AC20309D05F9B445 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 6a8a73c7ed6..39e67ff334e 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 = "107.0.5293.0-snapshots" +$version = "107.0.5294.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 f93728cc876..2f0e861f1a6 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: 41B693CE8A468CA53B663D7A89336975F8AFD83E7F215EE810C22935C24743F6 - checksum64: ED52A4CFB593FAD429964991CFB075307E01B0899082B14A53E76B7E0C1C8070 + checksum32: 5103439B230059542FC6E626372BB37BA7D22168222574FD789F0166A8808CE1 + checksum64: 63A672D5C5D26CB647BC1477FB5A450873D745F2E25E5747C867C88D8227CC16 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 1f6cb2223ef..ad5cfb92804 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.0432_x86.zip" - file64 = "$toolsDir\gvim_9.0.0432_x64.zip" + file = "$toolsDir\gvim_9.0.0439_x86.zip" + file64 = "$toolsDir\gvim_9.0.0439_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 60540a2d42f..5d5ba4fd466 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.0432 + 9.0.0439 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.