From 5e558458dd3c1c1d833a85e0f3f0bde19856751d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 2 Sep 2023 12:29:44 +0000 Subject: [PATCH] curl: Update to version 8.2.1_9 --- bucket/curl.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 79b6b1a47e..3415e829ae 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,23 +1,23 @@ { - "version": "8.2.1_8", + "version": "8.2.1_9", "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.2.1_8/curl-8.2.1_8-win64-mingw.tar.xz", - "hash": "e5b6e1adfeb744335159523fa09d37ba52d5ade21bd4f4d5190c0395aa296d14", - "extract_dir": "curl-8.2.1_8-win64-mingw" + "url": "https://curl.se/windows/dl-8.2.1_9/curl-8.2.1_9-win64-mingw.tar.xz", + "hash": "4b11d28513604e520a2e496fd2e9c4953a2eceb5adadfe455553d901936c19f7", + "extract_dir": "curl-8.2.1_9-win64-mingw" }, "32bit": { - "url": "https://curl.se/windows/dl-8.2.1_8/curl-8.2.1_8-win32-mingw.tar.xz", - "hash": "f52c9707cdf41801d1723aa362928218df72448db2befb91bcdf5aa81f006930", - "extract_dir": "curl-8.2.1_8-win32-mingw" + "url": "https://curl.se/windows/dl-8.2.1_9/curl-8.2.1_9-win32-mingw.tar.xz", + "hash": "de20b512d41887e9647adca055d1a33677dc7e4182ec459e2d15173c3d20e739", + "extract_dir": "curl-8.2.1_9-win32-mingw" }, "arm64": { - "url": "https://curl.se/windows/dl-8.2.1_8/curl-8.2.1_8-win64a-mingw.tar.xz", - "hash": "ca29bde7533cb7d9d421ef7654766373423858e837f4fd88ac4621eee6f25dc6", - "extract_dir": "curl-8.2.1_8-win64a-mingw" + "url": "https://curl.se/windows/dl-8.2.1_9/curl-8.2.1_9-win64a-mingw.tar.xz", + "hash": "ab12203c4e9fb16fa937ff4fc819fe07571163fe4f2e50d6f7d585e110c39e20", + "extract_dir": "curl-8.2.1_9-win64a-mingw" } }, "bin": "bin\\curl.exe",