aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaercebal <paercebal@gmail.com>2017-08-30 22:18:58 +0200
committerpaercebal <paercebal@gmail.com>2017-08-30 22:18:58 +0200
commitd0155a477e94bd860dbee57a16a19b675013c171 (patch)
tree1b1762db402f42cd3959f020d7ee65090f5a2454
parent28e581599e263e3f0b021ad5b6914d80fa9640f8 (diff)
downloadvcpkg-d0155a477e94bd860dbee57a16a19b675013c171.tar.gz
vcpkg-d0155a477e94bd860dbee57a16a19b675013c171.zip
Update xerces-c port files to retrieve it from github
-rw-r--r--ports/xerces-c/portfile.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/xerces-c/portfile.cmake b/ports/xerces-c/portfile.cmake
index 1208c9787..e3fc9bb04 100644
--- a/ports/xerces-c/portfile.cmake
+++ b/ports/xerces-c/portfile.cmake
@@ -17,12 +17,12 @@ if (VCPKG_CRT_LINKAGE STREQUAL "static")
endif()
-set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/xerces-c-3.1.4)
+set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/xerces-c-Xerces-C_3_1_4)
vcpkg_download_distfile(ARCHIVE
- URLS "http://www-us.apache.org/dist//xerces/c/3/sources/xerces-c-3.1.4.zip"
- FILENAME "xerces-c-3.1.4.zip"
- SHA512 3ba1bf38875bda8a294990dba73143cfd6dbfa158b17f4db1fd0ee9a08a078af969103200eaf8957756f8363c8a661983cc95124b4978eb2162dc0344a85fff8
+ URLS "https://github.com/apache/xerces-c/archive/Xerces-C_3_1_4.zip"
+ FILENAME "Xerces-C_3_1_4.zip"
+ SHA512 3471134dacc4b2a25dece3c6eeab1d8143ca090f3652998c3a12c581e0351593bc0905334dd09c13864465c05952ca78f212a63d1c6c78bcd322d7aec23733cd
)
vcpkg_extract_source_archive(${ARCHIVE})