[openssl] Do not use branches; these will update and constantly break the hash.

This commit is contained in:
Robert Schumacher 2016-12-06 16:15:50 -08:00
parent 3b1a2543dd
commit db4dc6d1ce
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
Source: openssl
Version: 1.0.2j
Version: 1.0.2j-1
Description: OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.

View File

@ -33,9 +33,9 @@ get_filename_component(PERL_EXE_PATH ${PERL} DIRECTORY)
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 10c3d7eb354a0b39a837e0c48f31415444acd5b1e7df52ed49a735ea63bf8b7548602a266baa012f1703888e68fdd5cb070fc610584a2f3f9a555e7d62d8b44b
URLS "https://github.com/Microsoft/openssl/archive/OpenSSL_1_0_2j_WinRT.zip"
FILENAME "openssl-microsoft-1.0.2j_WinRT.zip"
SHA512 0860d1f5fca7b1345870e866d7bb78f14672c5bb63c56bb04360ee891be542b4b56625ab971ef9b304b792b6cf36c9508bfd812c4a133f6ba8bafdde5e2f8fcf
)
vcpkg_extract_source_archive(${ARCHIVE})