Skip to content

Commit

Permalink
COMP: use sha512 instead of md5 hashes for ExternalData due to Kitwar…
Browse files Browse the repository at this point in the history
…e API change
  • Loading branch information
bcdarwin committed Sep 15, 2021
1 parent 0a08209 commit b77b499
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 88 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ CMakeFiles/*
.RData
.Rhistory
.RDataTmp
.ExternalData_MD5*
.ExternalData_SHA512*
*.pyc
crash*
.*.swp
bin
build
build
2 changes: 1 addition & 1 deletion CMake/ANTSExternalData.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ list(APPEND ExternalData_URL_TEMPLATES

# Tell ExternalData commands to transform raw files to content links.
# TODO: Condition this feature on presence of our pre-commit hook.
set(ExternalData_LINK_CONTENT MD5)
set(ExternalData_LINK_CONTENT SHA512)
Loading

0 comments on commit b77b499

Please sign in to comment.