From 2964ff94beeb4663dd2b3244f514de95459f37e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 16:31:01 +0000 Subject: [PATCH] curl: Update to version 7.87.0 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 7953298be5..a7514415f0 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "7.86.0_3", + "version": "7.87.0", "description": "Command line tool and library for transferring data with URLs", "homepage": "https://curl.haxx.se/", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.haxx.se/windows/dl-7.86.0_3/curl-7.86.0_3-win64-mingw.tar.xz", - "hash": "2cece39b50826c478cae390db9197c9e721d09ea2b18e6db14ba6c990eec8a35", - "extract_dir": "curl-7.86.0_3-win64-mingw" + "url": "https://curl.haxx.se/windows/dl-7.87.0/curl-7.87.0-win64-mingw.tar.xz", + "hash": "952308b3cf71cf178336a8026b10588f44918003d5a0ccbc1db4c704149a753e", + "extract_dir": "curl-7.87.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.86.0_3/curl-7.86.0_3-win32-mingw.tar.xz", - "hash": "ca72bed62ca98ae25288e0ae0a5d8ee227b5edcd837399d1b9aa4a5a48b265fb", - "extract_dir": "curl-7.86.0_3-win32-mingw" + "url": "https://curl.haxx.se/windows/dl-7.87.0/curl-7.87.0-win32-mingw.tar.xz", + "hash": "e1b0d63024e89d6d62a9ae8b734cb1bfd4f2ab49aeb2143f6d04a29fdbae9295", + "extract_dir": "curl-7.87.0-win32-mingw" } }, "bin": "bin\\curl.exe",