Skip to content

Commit

Permalink
AU: 4 updated - curl protoc Waterfox webstorm
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Sep 15, 2021
1 parent ae48483 commit ea0a50f
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions automatic/curl/curl.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>curl</id>
<version>7.78.0</version>
<version>7.79.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/curl</packageSourceUrl>
<owners>chocolatey-community, Rob Reynolds</owners>
<title>cURL</title>
Expand All @@ -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.
]]></description>
<releaseNotes>https://curl.se/changes.html</releaseNotes>
<releaseNotes>/changes.html</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/curl/legal/VERIFICATION.txt
Expand Up @@ -6,17 +6,17 @@ 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.

2. You can use one of the following methods to obtain the SHA256 checksum:
- 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
4 changes: 2 additions & 2 deletions automatic/curl/tools/chocolateyInstall.ps1
Expand Up @@ -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
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/protoc/legal/VERIFICATION.txt
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.17.3/protoc-3.17.3-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.17.3/protoc-3.17.3-win64.zip>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.18.0/protoc-3.18.0-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.18.0/protoc-3.18.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: B3140694D94AD6AB34C4C4FF5A3CA76A6822CB7E18CDD852BB06C9509CCAC93E
checksum64: C78D42BEA30771B81BB3839128AD7EF528B376680BBA489998B4A3CD5A495A47
checksum32: EBEDFE374DD2953FE67F09C19A8DD8346252429CC587456BC5DF43C65C527059
checksum64: 222ECF84ACDAACF2883B95FD83E14F1B3FFB8598F92AD8F595A90E8FD0A8FEB8

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
4 changes: 2 additions & 2 deletions automatic/protoc/protoc.nuspec
Expand Up @@ -3,13 +3,13 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>3.17.3</version>
<version>3.18.0</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/v3.17.3</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.18.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
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Expand Up @@ -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 <https://www.waterfox.net/releases/>
and can be verified like this:

1. Download <https://cdn.waterfox.net/releases/win64/installer/Waterfox%20G3.2.5%20Setup.exe>
1. Download <https://cdn.waterfox.net/releases/win64/installer/Waterfox%20G3.2.6%20Setup.exe>
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 <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Expand Up @@ -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)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
@@ -1,4 +1,4 @@
{
"current": "21093.2.5",
"current": "21093.2.6",
"classic": "2021.08.1"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Waterfox</id>
<version>21093.2.5</version>
<version>21093.2.6</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox </title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/webstorm/tools/ChocolateyInstall.ps1
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion automatic/webstorm/webstorm.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>webstorm</id>
<version>2021.2.1</version>
<version>2021.2.2</version>
<title>JetBrains WebStorm</title>
<authors>JetBrains</authors>
<licenseUrl>http://www.jetbrains.com/webstorm/buy/buy.jsp</licenseUrl>
Expand Down

0 comments on commit ea0a50f

Please sign in to comment.