diff --git a/automatic/protoc/legal/VERIFICATION.txt b/automatic/protoc/legal/VERIFICATION.txt index a6fbdb2d466..2a242ef8c69 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: 11FC8F280922E86D917E30F7B9960A1E77453F64990D965080697B394A8D9D74 - checksum64: 9090D135A1159042B13B4E51B210E40CB820D85A5032A6ECA5F9B3CA3BDFB539 + checksum32: D53334007F7FD7F702F0143E6B981462F117D07C44F51837F6478A2BC5A6C901 + checksum64: 80888B2A38786861C7B3AAF4E0BD5B933A51D750219EE8C61093655FC2924926 File 'LICENSE' is obtained from diff --git a/automatic/protoc/protoc.nuspec b/automatic/protoc/protoc.nuspec index 26b62564de9..24a9f9be0ef 100644 --- a/automatic/protoc/protoc.nuspec +++ b/automatic/protoc/protoc.nuspec @@ -3,13 +3,13 @@ protoc - 26.1 + 27.0 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.1 + https://github.com/protocolbuffers/protobuf/releases/tag/v27.0 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 4e552563159..40b4a158bd3 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.1-win32.zip" - FileFullPath64 = "$toolsPath\protoc-26.1-win64.zip" + FileFullPath = "$toolsPath\protoc-27.0-win32.zip" + FileFullPath64 = "$toolsPath\protoc-27.0-win64.zip" Destination = $toolsPath } Get-ChocolateyUnzip @packageArgs diff --git a/automatic/webstorm/tools/ChocolateyInstall.ps1 b/automatic/webstorm/tools/ChocolateyInstall.ps1 index 97d4cae9155..ffd70ac1e19 100644 --- a/automatic/webstorm/tools/ChocolateyInstall.ps1 +++ b/automatic/webstorm/tools/ChocolateyInstall.ps1 @@ -19,8 +19,8 @@ New-Item -ItemType Directory -Force -Path $installDir $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'WebStorm *' - url = 'https://download.jetbrains.com/webstorm/WebStorm-2024.1.2.exe' - checksum = 'e7608024cd5d071e637ff7c991c2b43d889ec34bd1797b59dbad6d354621a280' + url = 'https://download.jetbrains.com/webstorm/WebStorm-2024.1.3.exe' + checksum = '2ab62f4309926dce74cf879746da5704c41602e17b284dede5d41a37351aca5c' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/webstorm/webstorm.nuspec b/automatic/webstorm/webstorm.nuspec index 5dddf53d7c1..c82c5df3699 100644 --- a/automatic/webstorm/webstorm.nuspec +++ b/automatic/webstorm/webstorm.nuspec @@ -3,7 +3,7 @@ webstorm - 2024.1.2 + 2024.1.3 JetBrains WebStorm JetBrains http://www.jetbrains.com/webstorm/buy/buy.jsp