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 Mar 28, 2024
1 parent 24abd13 commit 9f4b319
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/v26.0/protoc-26.0-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v26.0/protoc-26.0-win64.zip>
32-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v26.1/protoc-26.1-win32.zip>
64-bit zip file: <https://github.com/protocolbuffers/protobuf/releases/download/v26.1/protoc-26.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: DCCCE9DDF0166B9BFD6E06ED46950F2B153A2AF79985F1339CA81B617B5D9CE1
checksum64: F5A0E21C09E823FE5CC18D6057F8DB7A3D5DF420C09314D548B9139C4193156D
checksum32: 11FC8F280922E86D917E30F7B9960A1E77453F64990D965080697B394A8D9D74
checksum64: 9090D135A1159042B13B4E51B210E40CB820D85A5032A6ECA5F9B3CA3BDFB539

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>26.0</version>
<version>26.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/v26.0</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v26.1</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-26.0-win32.zip"
FileFullPath64 = "$toolsPath\protoc-26.0-win64.zip"
FileFullPath = "$toolsPath\protoc-26.1-win32.zip"
FileFullPath64 = "$toolsPath\protoc-26.1-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
Expand Down

0 comments on commit 9f4b319

Please sign in to comment.