diff options
author | Josh Matthews <josh@joshmatthews.net> | 2019-09-20 16:24:08 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2019-10-02 15:00:29 -0400 |
commit | 96302bad91887a030f54a9e233dabac60499679c (patch) | |
tree | 3f296f166fe43c2d938018aef56b8106d02c48f6 /python/servo/packages.py | |
parent | 22e3797fb620b8b24b28abbce781ac0c0aa6ccda (diff) | |
download | servo-96302bad91887a030f54a9e233dabac60499679c.tar.gz servo-96302bad91887a030f54a9e233dabac60499679c.zip |
Update to UWP compatible OpenSSL build.
Diffstat (limited to 'python/servo/packages.py')
-rw-r--r-- | python/servo/packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/packages.py b/python/servo/packages.py index 98d15623573..0af54b4aad5 100644 --- a/python/servo/packages.py +++ b/python/servo/packages.py @@ -8,7 +8,7 @@ WINDOWS_MSVC = { "moztools": "3.2", "ninja": "1.7.1", "nuget": "08-08-2019", - "openssl": "111.3.0+1.1.1c-vs2017", + "openssl": "111.3.0+1.1.1c-vs2017-2019-09-18", "gstreamer-uwp": "1.16.0.5", "openxr-loader-uwp": "1.0", } |