Skip to content

Commit

Permalink
AU: 1 updated - protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 3, 2019
1 parent 7fab766 commit d2ede35
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
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.9.2/protoc-3.9.2-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.9.2/protoc-3.9.2-win64.zip>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.0-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.10.0/protoc-3.10.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: 626B082B49043A6F8FF563BAC086EC1149F4F413BBDA4304B9D84BC12811B96E
checksum64: 512534BC619707E626EC5CC4B3CF7CC3400DB88BB910C9BD7B4F4F813B411AAB
checksum32: 0533A9F0236988A128219E9568B35A7EEAD51C5C6F7DF2D25C179EF031977FA2
checksum64: ECA7C20AD11AE31ABFFEE1F593DC5A0B2E3B97E5EFF275125413D196A7513090

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.9.2</version>
<version>3.10.0</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey, 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.9.2</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.10.0</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
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.9.2-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.9.2-win64.zip"
FileFullPath = "$toolsPath\protoc-3.10.0-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.10.0-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit d2ede35

Please sign in to comment.