From 2bed5b4acab0aa3ac3c5bf8e393281b1f223e631 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 12:30:52 +0000 Subject: [PATCH] curl: Update to version 7.87.0_4 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 0c3f3fdef3..082a61314e 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "7.87.0_2", + "version": "7.87.0_4", "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_2/curl-7.87.0_2-win64-mingw.tar.xz", - "hash": "1c3f42115c3bf8e36a55248d41a8fe6ffd6cb8248495ad5d5498b0804ea45077", - "extract_dir": "curl-7.87.0_2-win64-mingw" + "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" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.87.0_2/curl-7.87.0_2-win32-mingw.tar.xz", - "hash": "03ed37ea6a95ea9def2ed0a74b2219d49023a25723ea06a1a3da335ddb0eb2fe", - "extract_dir": "curl-7.87.0_2-win32-mingw" + "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" } }, "bin": "bin\\curl.exe",