diff options
author | Josh Matthews <josh@joshmatthews.net> | 2020-11-27 08:07:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-27 08:07:07 -0500 |
commit | adeaa5f5e676c448a55ad166e41ac1d10d22f173 (patch) | |
tree | a9ba2c8223cf45701e58fd08f53780d91f107cd2 /etc | |
parent | 5117e63e35151d48de6aad0360892d033b1c445d (diff) | |
download | servo-adeaa5f5e676c448a55ad166e41ac1d10d22f173.tar.gz servo-adeaa5f5e676c448a55ad166e41ac1d10d22f173.zip |
Update curl sha.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/taskcluster/decisionlib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/taskcluster/decisionlib.py b/etc/taskcluster/decisionlib.py index 8fd555ba831..32e8d63b464 100644 --- a/etc/taskcluster/decisionlib.py +++ b/etc/taskcluster/decisionlib.py @@ -558,7 +558,7 @@ class WindowsGenericWorkerTask(GenericWorkerTask): .with_path_from_homedir("curl\\curl-7.73.0-win64-mingw\\bin") \ .with_directory_mount( "https://curl.haxx.se/windows/dl-7.73.0/curl-7.73.0-win64-mingw.zip", - sha256="1c3caf39bf8ad2794b0515a09b3282f85a7ccfcf753ea639f2ef99e50351ade0", + sha256="2e1ffdb6c25c8648a1243bb3a268120be442399b1c93d7da309bba235ecdab9a", path="curl", ) |