From 41377b630d291d415f490e9c5a0fe63565d5cd7e Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 31 Aug 2022 18:13:59 +0000 Subject: [PATCH] AU: 1 updated - curl [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/68756927cb262c3c827b68080fde7f40cc584d4e --- automatic/curl/curl.nuspec | 2 +- automatic/curl/legal/VERIFICATION.txt | 8 ++++---- automatic/curl/tools/chocolateyInstall.ps1 | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/curl/curl.nuspec b/automatic/curl/curl.nuspec index 6781f1afecd..8e8db0c8826 100644 --- a/automatic/curl/curl.nuspec +++ b/automatic/curl/curl.nuspec @@ -3,7 +3,7 @@ curl - 7.84.0 + 7.85.0 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/curl chocolatey-community, Rob Reynolds cURL diff --git a/automatic/curl/legal/VERIFICATION.txt b/automatic/curl/legal/VERIFICATION.txt index 2ad4495f0c1..9c40aab32e4 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.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. @@ -15,8 +15,8 @@ Package can be verified like this: - 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 diff --git a/automatic/curl/tools/chocolateyInstall.ps1 b/automatic/curl/tools/chocolateyInstall.ps1 index f7124e78509..4add401ef64 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.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 }