aboutsummaryrefslogtreecommitdiff
path: root/scripts/templates
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2016-09-27 15:51:16 -0700
committerRobert Schumacher <roschuma@microsoft.com>2016-09-27 15:51:16 -0700
commitcc29d43f8577be1e053572c83958e633fbbea4e5 (patch)
treeee3d05c01cfb442d0da7a73515093b10892ef23f /scripts/templates
parent2ed13a583d5c8537680125d2ab5ec77b0f63503c (diff)
parent687ac42cdd39fece9ed816836c049607f8d1223b (diff)
downloadvcpkg-cc29d43f8577be1e053572c83958e633fbbea4e5.tar.gz
vcpkg-cc29d43f8577be1e053572c83958e633fbbea4e5.zip
Merge branch 'master' of https://github.com/microsoft/vcpkg
Diffstat (limited to 'scripts/templates')
-rw-r--r--scripts/templates/portfile.in.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/templates/portfile.in.cmake b/scripts/templates/portfile.in.cmake
index 99a3ac3e8..f74c89aca 100644
--- a/scripts/templates/portfile.in.cmake
+++ b/scripts/templates/portfile.in.cmake
@@ -1,6 +1,6 @@
include(vcpkg_common_functions)
vcpkg_download_distfile(ARCHIVE
- URL "@URL@"
+ URLS "@URL@"
FILENAME "@FILENAME@"
SHA512 @SHA512@
)