diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-26 13:47:52 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-09-26 13:47:52 -0700 |
| commit | 7147ef13eb23274ff387aee16600e7dab7298a64 (patch) | |
| tree | 60f15c3ba0ed0c4b6eb6efe4ea29d0e29d1820dc /ports/tinyxml2 | |
| parent | cdfa4ea1dfa682fe27d2484ba7a36c45c58f5501 (diff) | |
| parent | 2491a16b0dd4bb88d48cd582e12e953c50a24b10 (diff) | |
| download | vcpkg-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/tinyxml2')
| -rw-r--r-- | ports/tinyxml2/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/tinyxml2/portfile.cmake b/ports/tinyxml2/portfile.cmake index 4611ee94c..3e29b857c 100644 --- a/ports/tinyxml2/portfile.cmake +++ b/ports/tinyxml2/portfile.cmake @@ -1,6 +1,6 @@ include(vcpkg_common_functions) vcpkg_download_distfile(ARCHIVE - URL "https://github.com/leethomason/tinyxml2/archive/3.0.0.zip" + URLS "https://github.com/leethomason/tinyxml2/archive/3.0.0.zip" FILENAME "tinyxml2-3.0.0.zip" SHA512 3581e086e41ea01418fdf74e53b932c41cada9a45b73fb71c15424672182dc2a1e55110f030962ae44df6f5d9f060478c5b04373f886da843a78fcabae8b063c ) |
