Skip to content

Commit

Permalink
AU: 1 updated - curl
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 5, 2022
1 parent 7e0b9e3 commit c325e63
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/curl/curl.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>curl</id>
<version>7.81.0</version>
<version>7.82.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/curl</packageSourceUrl>
<owners>chocolatey-community, Rob Reynolds</owners>
<title>cURL</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/curl/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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.81.0/curl-7.81.0-win32-mingw.zip
x64: https://curl.se/windows/dl-7.81.0/curl-7.81.0-win64-mingw.zip
x32: https://curl.se/windows/dl-7.82.0/curl-7.82.0-win32-mingw.zip
x64: https://curl.se/windows/dl-7.82.0/curl-7.82.0-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: D6F895E7A8BB83ED81812BECB78229E1AADFACDF7DCEEE6904AABC12DBA20A43
checksum64: 066B575E457E0C14182A0F96D95647BF3A9C4B0FB6CAF456BAB99F27F97881E8
checksum32: 3666599259A15DFD91CE255BE5223CE552E782A4F06482152E014A8CEA826056
checksum64: 8BAB7714CB015AF505D4DCF9218847B84442CCF6816A63F552C70E9CF1079CC6

File 'LICENSE.txt' obtained from:
https://github.com/curl/curl/blob/835c2634212257d41c1a30c6cc0ad3ed60bb9aca/COPYING
4 changes: 2 additions & 2 deletions automatic/curl/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\curl-7.81.0-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-7.81.0-win64-mingw.zip"
FileFullPath = "$toolsPath\curl-7.82.0-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-7.82.0-win64-mingw.zip"
Destination = $toolsPath
}

Expand Down

0 comments on commit c325e63

Please sign in to comment.