From a9999f3ca4210e0b7a2274d0b84900d3e07d4075 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 16:31:13 +0000 Subject: [PATCH] curl: Update to version 8.16.0_2 --- bucket/curl.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index f26258834a..1b86d8b614 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,18 +1,18 @@ { - "version": "8.16.0_1", + "version": "8.16.0_2", "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_1/curl-8.16.0_1-win64-mingw.tar.xz", - "hash": "646f1ccb4c7ee9b08ad238c99aee6618f1b53475c45f1a44ca6684037d61c288", - "extract_dir": "curl-8.16.0_1-win64-mingw" + "url": "https://curl.se/windows/dl-8.16.0_2/curl-8.16.0_2-win64-mingw.tar.xz", + "hash": "6cc6cadf7bbf71114e858ac151bb7843045d719a434077b20d586589c263a603", + "extract_dir": "curl-8.16.0_2-win64-mingw" }, "arm64": { - "url": "https://curl.se/windows/dl-8.16.0_1/curl-8.16.0_1-win64a-mingw.tar.xz", - "hash": "de17718631e00d7cca30361c40e5494571e59438e61fb97dc1eaa78ea93633a4", - "extract_dir": "curl-8.16.0_1-win64a-mingw" + "url": "https://curl.se/windows/dl-8.16.0_2/curl-8.16.0_2-win64a-mingw.tar.xz", + "hash": "ea9b557e85cc15dc43a6f2a1fefacf6ae61a9ac0cfc03190965f4908763495f2", + "extract_dir": "curl-8.16.0_2-win64a-mingw" } }, "bin": "bin\\curl.exe",