Skip to content

Commit

Permalink
AU: 2 updated - protoc vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 26, 2022
1 parent 3e0f907 commit de5b9c5
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.19.4/protoc-3.19.4-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.19.4/protoc-3.19.4-win64.zip>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.20.0/protoc-3.20.0-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.20.0/protoc-3.20.0-win64.zip>
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 <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>3.19.4</version>
<version>3.20.0</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey-community, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.19.4</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.0</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/protoc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4621/gvim_8.2.4621_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4621/gvim_8.2.4621_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4628/gvim_8.2.4628_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4628/gvim_8.2.4628_x64.zip>
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
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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 = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.4621</version>
<version>8.2.4628</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>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.</summary>
Expand Down

0 comments on commit de5b9c5

Please sign in to comment.