From 6104da1e9a4a7ff11ad7576f2166efb6453ea0d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 20:28:45 +0000 Subject: [PATCH] curl: Update to version 8.16.0_4 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index ac4a9517a7..99a96ed0f3 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "8.16.0_3", + "version": "8.16.0_4", "description": "Command line tool and library for transferring data with URLs", "homepage": "https://curl.se/", "license": "MIT", "architecture": { "64bit": { - "url": "https://curl.se/windows/dl-8.16.0_3/curl-8.16.0_3-win64-mingw.tar.xz", - "hash": "a2e6b91dad16b95838da1e03deb509b3eed93900bdf9e828fde8be56b8254eab", - "extract_dir": "curl-8.16.0_3-win64-mingw" + "url": "https://curl.se/windows/dl-8.16.0_4/curl-8.16.0_4-win64-mingw.tar.xz", + "hash": "f2a58b7d4d63be3f889f128e0457f5d02563ba0c793636b5aa988dd40a6c2ee5", + "extract_dir": "curl-8.16.0_4-win64-mingw" }, "arm64": { - "url": "https://curl.se/windows/dl-8.16.0_3/curl-8.16.0_3-win64a-mingw.tar.xz", - "hash": "cacae1ea0b6f08082689dd7e88981716a522daf978b46bb89af45638130bed39", - "extract_dir": "curl-8.16.0_3-win64a-mingw" + "url": "https://curl.se/windows/dl-8.16.0_4/curl-8.16.0_4-win64a-mingw.tar.xz", + "hash": "146ea4dd60a9f896d4b1212e5f400ec4bc761795e32cb0f19c874aa28fc97931", + "extract_dir": "curl-8.16.0_4-win64a-mingw" } }, "bin": "bin\\curl.exe",