Skip to content

Commit

Permalink
fixed openssl hash for uwp builds
Browse files Browse the repository at this point in the history
  • Loading branch information
stammen committed Dec 6, 2016
1 parent af9d82c commit 8bb60f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/openssl/portfile-uwp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set(ENV{PATH} "${PERL_EXE_PATH};$ENV{PATH}")
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/Microsoft/openssl/archive/OpenSSL_1_0_2_WinRT-stable.zip"
FILENAME "openssl-microsoft-1.0.2.zip"
SHA512 f265b7dbeca6b86815dbc14af9f2b6688407efd921eb335b1acf5a642dddb6b6334a794fe0939666d9db66976db11a67ad78a3ed74484708d3bf2040aae598d2
SHA512 10c3d7eb354a0b39a837e0c48f31415444acd5b1e7df52ed49a735ea63bf8b7548602a266baa012f1703888e68fdd5cb070fc610584a2f3f9a555e7d62d8b44b
)

vcpkg_extract_source_archive(${ARCHIVE})
Expand Down

0 comments on commit 8bb60f7

Please sign in to comment.