From fbe7fd33404d32ff6b8cd3f5fa575cb9536c3220 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 9 Feb 2023 16:41:26 +0000 Subject: [PATCH] curl: Update to version 7.87.0_6 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 233d23d0fc..7a2049b5e2 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "7.87.0_5", + "version": "7.87.0_6", "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.87.0_5/curl-7.87.0_5-win64-mingw.tar.xz", - "hash": "ca15aa9a2c60e6029aedbdf0581be36e6e457f38fdba3993fae7319b93e9e997", - "extract_dir": "curl-7.87.0_5-win64-mingw" + "url": "https://curl.haxx.se/windows/dl-7.87.0_6/curl-7.87.0_6-win64-mingw.tar.xz", + "hash": "aac7cafde66669e89dc41c16b45024d033082a4ea66043fbf3653d703d3b8085", + "extract_dir": "curl-7.87.0_6-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.87.0_5/curl-7.87.0_5-win32-mingw.tar.xz", - "hash": "bad3cb8a47560c4d45ed0e6963116337e9a9e3afa0c4ed3f67b367f42b112aca", - "extract_dir": "curl-7.87.0_5-win32-mingw" + "url": "https://curl.haxx.se/windows/dl-7.87.0_6/curl-7.87.0_6-win32-mingw.tar.xz", + "hash": "880a9601180416f6257915c3b2f707d1c0efcf2ad71668640cf1767a333ad75d", + "extract_dir": "curl-7.87.0_6-win32-mingw" } }, "bin": "bin\\curl.exe",