From 5117e63e35151d48de6aad0360892d033b1c445d Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 27 Nov 2020 08:01:00 -0500 Subject: [PATCH] Update curl version. --- etc/taskcluster/decisionlib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/taskcluster/decisionlib.py b/etc/taskcluster/decisionlib.py index 08b7b8c4472..8fd555ba831 100644 --- a/etc/taskcluster/decisionlib.py +++ b/etc/taskcluster/decisionlib.py @@ -555,9 +555,9 @@ class WindowsGenericWorkerTask(GenericWorkerTask): def with_curl(self): return self \ - .with_path_from_homedir("curl\\curl-7.69.0-win64-mingw\\bin") \ + .with_path_from_homedir("curl\\curl-7.73.0-win64-mingw\\bin") \ .with_directory_mount( - "https://curl.haxx.se/windows/dl-7.69.0/curl-7.69.0-win64-mingw.zip", + "https://curl.haxx.se/windows/dl-7.73.0/curl-7.73.0-win64-mingw.zip", sha256="1c3caf39bf8ad2794b0515a09b3282f85a7ccfcf753ea639f2ef99e50351ade0", path="curl", )