From 6dbeacbf02305bccb8610a1e22bfb0678ffa575c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 20:29:51 +0000 Subject: [PATCH] curl: Update to version 7.87.0_5 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 082a61314e..233d23d0fc 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "7.87.0_4", + "version": "7.87.0_5", "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_4/curl-7.87.0_4-win64-mingw.tar.xz", - "hash": "a50fdb940fa115c98656d760c7dfef9c43d4bf68bd0344d3c5a4126e98a339d5", - "extract_dir": "curl-7.87.0_4-win64-mingw" + "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" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.87.0_4/curl-7.87.0_4-win32-mingw.tar.xz", - "hash": "cbb316db2ac7050f83497c044f8fae8110aa4f7aaef654597dd4c803ecb17937", - "extract_dir": "curl-7.87.0_4-win32-mingw" + "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" } }, "bin": "bin\\curl.exe",