aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/packages.py
diff options
context:
space:
mode:
authorJosh Matthews <josh@joshmatthews.net>2019-07-23 09:00:41 -0400
committerJosh Matthews <josh@joshmatthews.net>2019-07-23 09:00:41 -0400
commit962a2a0afaef6ca209c1b366b7d6cc4664a1df00 (patch)
tree9e67ba4738b5fcc1bb9755b0052827db0e77de47 /python/servo/packages.py
parentfdbb317d7a241928d08e40dfd5b0ae3003ecba51 (diff)
downloadservo-962a2a0afaef6ca209c1b366b7d6cc4664a1df00.tar.gz
servo-962a2a0afaef6ca209c1b366b7d6cc4664a1df00.zip
Use openssl dependency that works on arm64.
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r--python/servo/packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py
index 3e7e3ccf67c..2d10156ad22 100644
--- a/python/servo/packages.py
+++ b/python/servo/packages.py
@@ -7,5 +7,5 @@ WINDOWS_MSVC = {
"llvm": "8.0.0",
"moztools": "3.2",
"ninja": "1.7.1",
- "openssl": "1.0.2q-vs2017",
+ "openssl": "111.3.0+1.1.1c-vs2017",
}