Skip to content

Commit

Permalink
fix hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ToKiNoBug committed Apr 1, 2024
1 parent f2aa461 commit 584daef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DLLDeployer.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ function(DLLD_get_deploy_dll_exe out_deploy_dll out_objdump)
set(archive_loc "${PROJECT_BINARY_DIR}/SharedLibDeployer-compat-1.2.1-win64.7z")
file(DOWNLOAD https://github.com/ToKiNoBug/SharedLibDeployer/releases/download/v1.2.1/SharedLibDeployer-compat-1.2.1-win64.7z
${archive_loc}
EXPECTED_HASH SHA512=D2D8B8E269EC1C7178B05FE1A1E73E04F532A46314FC6BC1E8211189145B81609CCD763B78384F239878D5AE9F0AF7E0816472B1BFFB8BE8173BC5B934BBDE39)
EXPECTED_HASH SHA512=75174650EDE1D3A75D1AD90A90A62612B53DEAE8BAB64D005253E974DDB1CCAAA113AE69563AB393963CDEE21C67A30C7AB97A6D1D5794D1A40422779100193F)

file(ARCHIVE_EXTRACT INPUT ${archive_loc} DESTINATION ${extract_destination})

Expand Down

0 comments on commit 584daef

Please sign in to comment.