mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[fastlz] Name downloaded archive to avoid conflicts with future versions
This commit is contained in:
parent
5c92a3fe62
commit
43262d24da
@ -3,7 +3,7 @@ include(vcpkg_common_functions)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/FastLZ-${FASTLZ_HASH})
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/ariya/FastLZ/archive/${FASTLZ_HASH}.zip"
|
||||
FILENAME "fastlz.zip"
|
||||
FILENAME "fastlz-${FASTLZ_HASH}.zip"
|
||||
SHA512 edfefbf4151e7ea6451a6fbb6d464a2a0f48ab50622f936634ec3ea4542ad3e1f075892a422e0fc5a23f2092be4ec890e6f91c4622bcd0d195fed84d4044d5df
|
||||
)
|
||||
vcpkg_extract_source_archive(${ARCHIVE})
|
||||
|
Loading…
x
Reference in New Issue
Block a user