Skip to content

Commit

Permalink
AU: 1 updated - protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 24, 2021
1 parent a5dbbec commit c673a33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
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.17.0/protoc-3.17.0-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.17.0/protoc-3.17.0-win64.zip>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.17.1/protoc-3.17.1-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.17.1/protoc-3.17.1-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: 72DB1C20665FB1A47BF11B68866BE228B2E7901E179288DD17DB401CB6903F23
checksum64: F504BD885835C10D3ADC819D8CD442567B7145454F4AAFF0CAABD341868BE90E
checksum32: EF1EC7D2B830441B426C2FEC96E6B7150A6FBEF0198EFEFAF9F66F268BD2BB36
checksum64: 4D1AB199F90FAB09E20E5DFC45B4AFE7D08AB1F4FE2762AADDCD4FAFAA6BCD61

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>3.17.0</version>
<version>3.17.1</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.17.0</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.17.1</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/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
Expand Up @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $Env:ChocolateyPackageName
FileFullPath = "$toolsPath\protoc-3.17.0-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.17.0-win64.zip"
FileFullPath = "$toolsPath\protoc-3.17.1-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.17.1-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit c673a33

Please sign in to comment.