aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2020-03-06 00:46:59 -0500
committerGitHub <noreply@github.com>2020-03-06 00:46:59 -0500
commitc0f6d0ffc3a8dd091ec67679cd3793a51510e543 (patch)
tree622111bc5129ac2fcecf43328c09080cbf2859c3 /etc
parentca25e18791163de5c6af1267d876c7f5bb705f61 (diff)
downloadservo-c0f6d0ffc3a8dd091ec67679cd3793a51510e543.tar.gz
servo-c0f6d0ffc3a8dd091ec67679cd3793a51510e543.zip
Update curl package for Windows CI.
Diffstat (limited to 'etc')
-rw-r--r--etc/taskcluster/decisionlib.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/taskcluster/decisionlib.py b/etc/taskcluster/decisionlib.py
index ecbdc54cfe8..22e521d304e 100644
--- a/etc/taskcluster/decisionlib.py
+++ b/etc/taskcluster/decisionlib.py
@@ -547,10 +547,10 @@ class WindowsGenericWorkerTask(GenericWorkerTask):
def with_curl(self):
return self \
- .with_path_from_homedir("curl\\curl-7.67.0-win64-mingw\\bin") \
+ .with_path_from_homedir("curl\\curl-7.69.0-win64-mingw\\bin") \
.with_directory_mount(
- "https://curl.haxx.se/windows/dl-7.67.0_4/curl-7.67.0_4-win64-mingw.zip",
- sha256="1d50deeac7f945ed75149e6300f6d21f007a6b942ab851a119ed76cdef27d714",
+ "https://curl.haxx.se/windows/dl-7.69.0/curl-7.69.0-win64-mingw.zip",
+ sha256="1c3caf39bf8ad2794b0515a09b3282f85a7ccfcf753ea639f2ef99e50351ade0",
path="curl",
)