From de5b9c5ca718c526cad7116b7e300b27c2c48646 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 26 Mar 2022 06:13:31 +0000 Subject: [PATCH] AU: 2 updated - protoc vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/69813c4066ee8dc0f614ee6594a70857f34ea84e --- automatic/protoc/legal/VERIFICATION.txt | 8 ++++---- automatic/protoc/protoc.nuspec | 4 ++-- automatic/protoc/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/automatic/protoc/legal/VERIFICATION.txt b/automatic/protoc/legal/VERIFICATION.txt index 6ef8ccf116d..8da35d0f5c5 100644 --- a/automatic/protoc/legal/VERIFICATION.txt +++ b/automatic/protoc/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on - 64-bit zip file: + 32-bit zip file: + 64-bit zip file: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: C1A863E1601A923A116B1FDF880EB616530CA6175F1418A55F3F5F2D6E2F4C16 - checksum64: 828D2BDFE410E988CFC46462BCABD34FFDDA8CC172867989EC647EADC55B03B5 + checksum32: B4558739AD46D47C2E2B9529726E9D035850CDA01C5D32A22D7E6A19C6322C20 + checksum64: 70FBFDB38F2337C44DA00B69EB4BA5D68182BBAAB3F805A1A07CCDF1FF3923CC File 'LICENSE' is obtained from diff --git a/automatic/protoc/protoc.nuspec b/automatic/protoc/protoc.nuspec index 7ed791bebe5..e772f25301f 100644 --- a/automatic/protoc/protoc.nuspec +++ b/automatic/protoc/protoc.nuspec @@ -3,13 +3,13 @@ protoc - 3.19.4 + 3.20.0 Protocol Buffers Google chocolatey-community, keen, jordigg, drel https://github.com/protocolbuffers/protobuf/blob/master/LICENSE https://developers.google.com/protocol-buffers/ - https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.4 + https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.0 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc https://github.com/protocolbuffers/protobuf https://developers.google.com/protocol-buffers/ diff --git a/automatic/protoc/tools/chocolateyinstall.ps1 b/automatic/protoc/tools/chocolateyinstall.ps1 index 5394e6bd865..d8070dad043 100644 --- a/automatic/protoc/tools/chocolateyinstall.ps1 +++ b/automatic/protoc/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $Env:ChocolateyPackageName - FileFullPath = "$toolsPath\protoc-3.19.4-win32.zip" - FileFullPath64 = "$toolsPath\protoc-3.19.4-win64.zip" + FileFullPath = "$toolsPath\protoc-3.20.0-win32.zip" + FileFullPath64 = "$toolsPath\protoc-3.20.0-win64.zip" Destination = $toolsPath } Get-ChocolateyUnzip @packageArgs diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index b4c394bf72d..130b607b257 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: 7715DC1FBCB2B7CD6A32F849AD900ED3847CDD1CC93817A8451D3878A0B490D0 - checksum64: EEF3A8A3A2382C05FCABBA28DC3F51D5C55583321E6E30392FB6817B08B56FA7 + checksum32: B96FE42D61CB75C554497F9215BE833453225E29FEC0B76D56E6FB35A04EB227 + checksum64: F3A130860BD7A41867613FA11DF7B15D235CFE7D924404C0A81121D96304BD01 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index c10e4f20dc5..21429d8d8dc 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.4621_x86.zip" - file64 = "$toolsDir\gvim_8.2.4621_x64.zip" + file = "$toolsDir\gvim_8.2.4628_x86.zip" + file64 = "$toolsDir\gvim_8.2.4628_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index d65240b5414..bc5c4ff8aff 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.4621 + 8.2.4628 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.