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 Aug 31, 2022
1 parent 9e89e90 commit 41377b6
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.84.0</version>
<version>7.85.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.84.0/curl-7.84.0-win32-mingw.zip
x64: https://curl.se/windows/dl-7.84.0/curl-7.84.0-win64-mingw.zip
x32: https://curl.se/windows/dl-7.85.0/curl-7.85.0-win32-mingw.zip
x64: https://curl.se/windows/dl-7.85.0/curl-7.85.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: 7334F55A3125A31DEEA198E46C6E7BF47D2758F09DFC794080E32234864F7F1C
checksum64: 037E10B5FAC1A340A08214A4344A8CD941C544D15B804C612D01279383AE2744
checksum32: B98D3381D7546FF6D6FD808F7E18849F7128D491CE0E85987C3FD495709DFE22
checksum64: D46C42A1C248824A9D3F394969BA63097A49ABE79209B1DCABA4D4CA3767E600

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.84.0-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-7.84.0-win64-mingw.zip"
FileFullPath = "$toolsPath\curl-7.85.0-win32-mingw.zip"
FileFullPath64 = "$toolsPath\curl-7.85.0-win64-mingw.zip"
Destination = $toolsPath
}

Expand Down

0 comments on commit 41377b6

Please sign in to comment.