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 Dec 22, 2022
1 parent 40b5401 commit d5be47b
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
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>curl</id>
<version>7.86.0</version>
<version>7.87.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
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.86.0/curl-7.86.0-win32-mingw.zip
x64: https://curl.se/windows/dl-7.86.0/curl-7.86.0-win64-mingw.zip
x32: https://curl.se/windows/dl-7.87.0/curl-7.87.0-win32-mingw.zip
x64: https://curl.se/windows/dl-7.87.0/curl-7.87.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: 473A91E7A4A0A01364229255D239A0D59231E1DE58AF83699BD22086CFEE3F84
checksum64: 7E501EB78F8840CE25ECD5EE605BB4E35D66E243D33ACB6C314EEED8790AEC19
checksum32: 53066D308117F0A65DD280664A4870B881940DFDD242E97B0C68F21709BE7D87
checksum64: 723DD0D36B318B4D22DDC6B59CCA252D5486CB6B4A12857ED28E4345E02620B0

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.86.0-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-7.86.0-win64-mingw.zip"
FileFullPath = "$toolsPath\curl-7.87.0-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-7.87.0-win64-mingw.zip"
Destination = $toolsPath
}

Expand Down

0 comments on commit d5be47b

Please sign in to comment.