From ea0a50f419be6a292173a23b43daf8507b4b79eb Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 15 Sep 2021 18:13:12 +0000 Subject: [PATCH] AU: 4 updated - curl protoc Waterfox webstorm [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/c90f4ba3c8ff770a9864075a86dbc883c9530c2b --- automatic/curl/curl.nuspec | 4 ++-- automatic/curl/legal/VERIFICATION.txt | 8 ++++---- automatic/curl/tools/chocolateyInstall.ps1 | 4 ++-- automatic/protoc/legal/VERIFICATION.txt | 8 ++++---- automatic/protoc/protoc.nuspec | 4 ++-- automatic/protoc/tools/chocolateyinstall.ps1 | 4 ++-- automatic/waterfox/legal/VERIFICATION.txt | 4 ++-- automatic/waterfox/tools/chocolateyInstall.ps1 | 2 +- automatic/waterfox/waterfox.json | 2 +- automatic/waterfox/waterfox.nuspec | 2 +- automatic/webstorm/tools/ChocolateyInstall.ps1 | 4 ++-- automatic/webstorm/webstorm.nuspec | 2 +- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/automatic/curl/curl.nuspec b/automatic/curl/curl.nuspec index 247ecb62249..3efc3b9cd76 100644 --- a/automatic/curl/curl.nuspec +++ b/automatic/curl/curl.nuspec @@ -3,7 +3,7 @@ curl - 7.78.0 + 7.79.0 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/curl chocolatey-community, Rob Reynolds cURL @@ -23,7 +23,7 @@ Supports DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, HTTP/3, cookies, user+password authentication (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more. ]]> - https://curl.se/changes.html + /changes.html diff --git a/automatic/curl/legal/VERIFICATION.txt b/automatic/curl/legal/VERIFICATION.txt index 2b240a6e17e..236df8e3d98 100644 --- a/automatic/curl/legal/VERIFICATION.txt +++ b/automatic/curl/legal/VERIFICATION.txt @@ -6,8 +6,8 @@ Package can be verified like this: 1. Go to https://curl.se/windows/, and look for the official binaries provided. - x32: https://curl.se/windows/dl-7.78.0/curl-7.78.0-win32-mingw.zip - x64: https://curl.se/windows/dl-7.78.0/curl-7.78.0-win64-mingw.zip + x32: https://curl.se/windows/dl-7.79.0_1/curl-7.79.0_1-win32-mingw.zip + x64: https://curl.se/windows/dl-7.79.0_1/curl-7.79.0_1-win64-mingw.zip to download the zip files. You may wish to rename one of the files. @@ -15,8 +15,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 8F6A34593D9816C0C0E9077C89EC990145D85C1F8D8D03BDF5ED8D52FECF9931 - checksum64: ED88A2567C76095B12BECCE481DA6040B13A9EDB1CDC7E8AD520D58D6CB80EAA + checksum32: E89FB98F29E383A59AB828A67296474CFA3C4F73728D4F8805870E71F482CFCA + checksum64: 162D410F1C49EA6B3AF1E3CC4E85686BF02519E1469AE600CACC12C775A12D40 File 'LICENSE.txt' obtained from: https://github.com/curl/curl/blob/835c2634212257d41c1a30c6cc0ad3ed60bb9aca/COPYING diff --git a/automatic/curl/tools/chocolateyInstall.ps1 b/automatic/curl/tools/chocolateyInstall.ps1 index 2b57b73a205..4a40eee380e 100644 --- a/automatic/curl/tools/chocolateyInstall.ps1 +++ b/automatic/curl/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $env:chocolateyPackageName - FileFullPath = "$toolsPath\curl-7.78.0-win32-mingw.zip" - FileFullPath64 = "$toolsPath\curl-7.78.0-win64-mingw.zip" + FileFullPath = "$toolsPath\curl-7.79.0_1-win32-mingw.zip" + FileFullPath64 = "$toolsPath\curl-7.79.0_1-win64-mingw.zip" Destination = $toolsPath } diff --git a/automatic/protoc/legal/VERIFICATION.txt b/automatic/protoc/legal/VERIFICATION.txt index a1061ff97c1..594698e046f 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: B3140694D94AD6AB34C4C4FF5A3CA76A6822CB7E18CDD852BB06C9509CCAC93E - checksum64: C78D42BEA30771B81BB3839128AD7EF528B376680BBA489998B4A3CD5A495A47 + checksum32: EBEDFE374DD2953FE67F09C19A8DD8346252429CC587456BC5DF43C65C527059 + checksum64: 222ECF84ACDAACF2883B95FD83E14F1B3FFB8598F92AD8F595A90E8FD0A8FEB8 File 'LICENSE' is obtained from diff --git a/automatic/protoc/protoc.nuspec b/automatic/protoc/protoc.nuspec index 4fa88a92996..501bed0f6a1 100644 --- a/automatic/protoc/protoc.nuspec +++ b/automatic/protoc/protoc.nuspec @@ -3,13 +3,13 @@ protoc - 3.17.3 + 3.18.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/v3.17.3 + https://github.com/protocolbuffers/protobuf/releases/tag/v3.18.0 https://github.com/chocolatey-community/chocolatey-coreteampackages/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 95bde851836..f9353102a89 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-3.17.3-win32.zip" - FileFullPath64 = "$toolsPath\protoc-3.17.3-win64.zip" + FileFullPath = "$toolsPath\protoc-3.18.0-win32.zip" + FileFullPath64 = "$toolsPath\protoc-3.18.0-win64.zip" Destination = $toolsPath } Get-ChocolateyUnzip @packageArgs diff --git a/automatic/waterfox/legal/VERIFICATION.txt b/automatic/waterfox/legal/VERIFICATION.txt index 1c698fc7a6f..9740d5aac7d 100644 --- a/automatic/waterfox/legal/VERIFICATION.txt +++ b/automatic/waterfox/legal/VERIFICATION.txt @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from their official download link listed on and can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum: FAD6B149282EFF16B9178D80B5084CD7A325AE70CACC28758861A9229259D57D + checksum: C16E65E828E7636D57567DFE1CB9BF060650A231AC48735DD2580300E019A68B File 'LICENSE.md' is obtained from diff --git a/automatic/waterfox/tools/chocolateyInstall.ps1 b/automatic/waterfox/tools/chocolateyInstall.ps1 index 741d5e4e136..5328e8c10f5 100644 --- a/automatic/waterfox/tools/chocolateyInstall.ps1 +++ b/automatic/waterfox/tools/chocolateyInstall.ps1 @@ -10,7 +10,7 @@ $packageArgs = @{ packageName = 'Waterfox' fileType = 'exe' softwareName = 'Waterfox*' - file = "$toolsDir\Waterfox G3.2.5 Setup_x64.exe" + file = "$toolsDir\Waterfox G3.2.6 Setup_x64.exe" silentArgs = "/S" validExitCodes= @(0) } diff --git a/automatic/waterfox/waterfox.json b/automatic/waterfox/waterfox.json index 876fa05fd6a..3e3c5136efa 100644 --- a/automatic/waterfox/waterfox.json +++ b/automatic/waterfox/waterfox.json @@ -1,4 +1,4 @@ { - "current": "21093.2.5", + "current": "21093.2.6", "classic": "2021.08.1" } diff --git a/automatic/waterfox/waterfox.nuspec b/automatic/waterfox/waterfox.nuspec index 92373ef7429..bf91679b934 100644 --- a/automatic/waterfox/waterfox.nuspec +++ b/automatic/waterfox/waterfox.nuspec @@ -3,7 +3,7 @@ Waterfox - 21093.2.5 + 21093.2.6 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/waterfox chocolatey-community,tonigellida,admiringworm Waterfox diff --git a/automatic/webstorm/tools/ChocolateyInstall.ps1 b/automatic/webstorm/tools/ChocolateyInstall.ps1 index e0c5b699675..c44367b89f8 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 = 'JetBrains WebStorm*' - url = 'https://download.jetbrains.com/webstorm/WebStorm-2021.2.1.exe' - checksum = 'b6856d57bab7f571514f3dd3646d7b6e824f383a4e2583b1e1d08ec1f9a6d20b' + url = 'https://download.jetbrains.com/webstorm/WebStorm-2021.2.2.exe' + checksum = '4798e7c1bbbbcc7bbbfceeedff52ac39d7262a255b943edd3c3575cbe32d3191' fileType = 'exe' checksumType = 'sha256' silentArgs = $silentArgs diff --git a/automatic/webstorm/webstorm.nuspec b/automatic/webstorm/webstorm.nuspec index 7edada705d5..de6521bd48b 100644 --- a/automatic/webstorm/webstorm.nuspec +++ b/automatic/webstorm/webstorm.nuspec @@ -3,7 +3,7 @@ webstorm - 2021.2.1 + 2021.2.2 JetBrains WebStorm JetBrains http://www.jetbrains.com/webstorm/buy/buy.jsp