aboutsummaryrefslogtreecommitdiff
path: root/ports/rapidxml
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-09-26 13:47:52 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2016-09-26 13:47:52 -0700
commit7147ef13eb23274ff387aee16600e7dab7298a64 (patch)
tree60f15c3ba0ed0c4b6eb6efe4ea29d0e29d1820dc /ports/rapidxml
parentcdfa4ea1dfa682fe27d2484ba7a36c45c58f5501 (diff)
parent2491a16b0dd4bb88d48cd582e12e953c50a24b10 (diff)
downloadvcpkg-7147ef13eb23274ff387aee16600e7dab7298a64.tar.gz
vcpkg-7147ef13eb23274ff387aee16600e7dab7298a64.zip
Merge branch 'Add-mirror-support' of https://github.com/Ninetainedo/vcpkg into Ninetainedo-Add-mirror-support
Diffstat (limited to 'ports/rapidxml')
-rw-r--r--ports/rapidxml/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/rapidxml/portfile.cmake b/ports/rapidxml/portfile.cmake
index 7cd885b7d..9551e17a5 100644
--- a/ports/rapidxml/portfile.cmake
+++ b/ports/rapidxml/portfile.cmake
@@ -1,6 +1,6 @@
include(vcpkg_common_functions)
vcpkg_download_distfile(ARCHIVE
- URL "https://sourceforge.net/projects/rapidxml/files/rapidxml/rapidxml%201.13/rapidxml-1.13.zip/download"
+ URLS "https://sourceforge.net/projects/rapidxml/files/rapidxml/rapidxml%201.13/rapidxml-1.13.zip/download"
FILENAME "rapidxml-1.13.zip"
SHA512 6c10583e6631ccdb0217d0a5381172cb4c1046226de6ef1acf398d85e81d145228e14c3016aefcd7b70a1db8631505b048d8b4f5d4b0dbf1811d2482eefdd265
)