From 2491a16b0dd4bb88d48cd582e12e953c50a24b10 Mon Sep 17 00:00:00 2001 From: Ninetainedo Date: Sun, 25 Sep 2016 14:46:43 +0200 Subject: Updated portfile.in.cmake to use URLS --- scripts/templates/portfile.in.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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@ ) -- cgit v1.2.3