diff --git a/automatic/protoc/legal/VERIFICATION.txt b/automatic/protoc/legal/VERIFICATION.txt index a4b1f3b96b3..a6fbdb2d466 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: DCCCE9DDF0166B9BFD6E06ED46950F2B153A2AF79985F1339CA81B617B5D9CE1 - checksum64: F5A0E21C09E823FE5CC18D6057F8DB7A3D5DF420C09314D548B9139C4193156D + checksum32: 11FC8F280922E86D917E30F7B9960A1E77453F64990D965080697B394A8D9D74 + checksum64: 9090D135A1159042B13B4E51B210E40CB820D85A5032A6ECA5F9B3CA3BDFB539 File 'LICENSE' is obtained from diff --git a/automatic/protoc/protoc.nuspec b/automatic/protoc/protoc.nuspec index 3b359ff7338..26b62564de9 100644 --- a/automatic/protoc/protoc.nuspec +++ b/automatic/protoc/protoc.nuspec @@ -3,13 +3,13 @@ protoc - 26.0 + 26.1 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/v26.0 + https://github.com/protocolbuffers/protobuf/releases/tag/v26.1 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 14ebe67bcf9..4e552563159 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-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