From a33fea5db59e99900a39c9ca19b194e63b9e9bdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Tue, 1 Jun 2021 22:00:05 -0700 Subject: [PATCH] curl: Update to version 7.77.0_2 --- bucket/curl.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/curl.json b/bucket/curl.json index 44a8788d68..3ec2b63a89 100644 --- a/bucket/curl.json +++ b/bucket/curl.json @@ -1,17 +1,17 @@ { - "version": "7.77.0_1", + "version": "7.77.0_2", "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.77.0_1/curl-7.77.0_1-win64-mingw.tar.xz", - "hash": "93ec54d6b2ae1a833d60778ac122c78b81495a9ba85a3cffe5b0a0c7351aa2e3", + "url": "https://curl.haxx.se/windows/dl-7.77.0_2/curl-7.77.0_2-win64-mingw.tar.xz", + "hash": "63c40a01a88efdc6a4e4ffb1ed63bb9c4f137535519add317210f6b98e52c393", "extract_dir": "curl-7.77.0-win64-mingw" }, "32bit": { - "url": "https://curl.haxx.se/windows/dl-7.77.0_1/curl-7.77.0_1-win32-mingw.tar.xz", - "hash": "5159d49def6b2ef0d372a0508dbd0553cf96e3e6cde63a98f13f808c6a592a6e", + "url": "https://curl.haxx.se/windows/dl-7.77.0_2/curl-7.77.0_2-win32-mingw.tar.xz", + "hash": "78990bde6480b489afcca373ca40a7a88346d081ae9fb45dfeeecb28b7c61e99", "extract_dir": "curl-7.77.0-win32-mingw" } },