Skip to content

Commit

Permalink
[zlib] fixed wrong FILENAME
Browse files Browse the repository at this point in the history
  • Loading branch information
patrigg authored and alexkaratarakis committed Jan 4, 2017
1 parent 25a2bf7 commit 6a220ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports/zlib/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/zlib-1.2.10)
vcpkg_download_distfile(ARCHIVE_FILE
URLS "http://www.zlib.net/zlib-1.2.10.tar.gz"
FILENAME "zlib1210.zip"
FILENAME "zlib1210.tar.gz"
SHA512 5fa71052a418a0f2b345fce28af9941bbd1c6ee276ce506ab3092157f15776ee41f96bb1799657227513b852913f96ac52dae8122a437f34b43933ee48d63ee0
)
vcpkg_extract_source_archive(${ARCHIVE_FILE})
Expand Down

0 comments on commit 6a220ed

Please sign in to comment.