aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2016-11-05 03:17:06 -0700
committerRobert Schumacher <roschuma@microsoft.com>2016-11-05 03:17:06 -0700
commitef4be3ab1d5619e13a0fe975772a4be200f47a6f (patch)
treed65e1d6e1731bb6d05c67c0b94ed5cb11ccea2dd
parent179f1148dc4cc7f7a5c2a7e7e2aa7f71c1356801 (diff)
downloadvcpkg-ef4be3ab1d5619e13a0fe975772a4be200f47a6f.tar.gz
vcpkg-ef4be3ab1d5619e13a0fe975772a4be200f47a6f.zip
[curl] Update to 7.51.0
-rw-r--r--ports/curl/CONTROL2
-rw-r--r--ports/curl/portfile.cmake8
2 files changed, 5 insertions, 5 deletions
diff --git a/ports/curl/CONTROL b/ports/curl/CONTROL
index 259803ab7..26fe767c3 100644
--- a/ports/curl/CONTROL
+++ b/ports/curl/CONTROL
@@ -1,3 +1,3 @@
Source: curl
-Version: 7.48.0
+Version: 7.51.0
Description: A library for transferring data with URLs \ No newline at end of file
diff --git a/ports/curl/portfile.cmake b/ports/curl/portfile.cmake
index 4207a27cc..d01abc0b0 100644
--- a/ports/curl/portfile.cmake
+++ b/ports/curl/portfile.cmake
@@ -3,11 +3,11 @@ if (VCPKG_LIBRARY_LINKAGE STREQUAL static)
message(FATAL_ERROR "Static building not supported yet")
endif()
include(vcpkg_common_functions)
-set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/curl-7.48.0)
+set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/curl-curl-7_51_0)
vcpkg_download_distfile(ARCHIVE_FILE
- URLS "https://curl.haxx.se/download/curl-7.48.0.tar.bz2"
- FILENAME "curl-7.48.0.tar.bz2"
- SHA512 9bb554eaf4ccaced0fa9b38de4f381eab84b96c1aa07a45d83ddfd38a925044d0fe9fac517263f67f009d2294a31c33dedb2267defbab0cb14f96091bbed5f92
+ URLS "https://github.com/curl/curl/archive/curl-7_51_0.tar.gz"
+ FILENAME "curl-7.51.0.tar.gz"
+ SHA512 88ec572efb1b2fb793dc26b627e54863718e774343283f0eb92022ce252f7798332d9d3f20f63e45c38576614a000abbf12570e91e14a118f150e0378f1a27e5
)
vcpkg_extract_source_archive(${ARCHIVE_FILE})