aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2016-12-06 16:15:50 -0800
committerRobert Schumacher <roschuma@microsoft.com>2016-12-06 16:15:50 -0800
commitdb4dc6d1ce8f8cf455bb908560c34a58465cd85a (patch)
tree3de882ed8a46aee64b6bcb66bd5b71a2f7f67b81
parent3b1a2543dd69f5cf32a234f82025bba2ca6e95ce (diff)
downloadvcpkg-db4dc6d1ce8f8cf455bb908560c34a58465cd85a.tar.gz
vcpkg-db4dc6d1ce8f8cf455bb908560c34a58465cd85a.zip
[openssl] Do not use branches; these will update and constantly break the hash.
-rw-r--r--ports/openssl/CONTROL2
-rw-r--r--ports/openssl/portfile-uwp.cmake6
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/openssl/CONTROL b/ports/openssl/CONTROL
index d0cd893f5..cb7bc7493 100644
--- a/ports/openssl/CONTROL
+++ b/ports/openssl/CONTROL
@@ -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. \ No newline at end of file
diff --git a/ports/openssl/portfile-uwp.cmake b/ports/openssl/portfile-uwp.cmake
index 13bb6a3f5..d78b29bc4 100644
--- a/ports/openssl/portfile-uwp.cmake
+++ b/ports/openssl/portfile-uwp.cmake
@@ -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})