From fef2ec1ff2a85db0306b537dfab799be7f6dd01b Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Wed, 21 Sep 2016 12:44:06 -0700 Subject: [PATCH] [fmt] Downloaded archives should include the package name --- ports/fmt/portfile.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/fmt/portfile.cmake b/ports/fmt/portfile.cmake index 0f75231b6..9cf5ed4be 100644 --- a/ports/fmt/portfile.cmake +++ b/ports/fmt/portfile.cmake @@ -2,7 +2,7 @@ include(vcpkg_common_functions) vcpkg_download_distfile(ARCHIVE_FILE URL "https://github.com/fmtlib/fmt/archive/3.0.0.tar.gz" - FILENAME "3.0.0.tar.gz" + FILENAME "fmt-3.0.0.tar.gz" MD5 deeac02aa6d00d6d04502087fdf88b6f ) vcpkg_extract_source_archive(${ARCHIVE_FILE})