summaryrefslogtreecommitdiffstats
path: root/Tests/Module/ExternalData/MultipleAlgorithmNoMD5.dat.sha1
Commit message (Collapse)AuthorAgeFilesLines
* ExternalData: Add support for multiple hash algorithmsMatt McCormick2016-10-181-0/+1
Add support for projects to have `Data.txt.md5` *and* `Data.txt.sha512` where the content links hold hashes for the same file. Check all `ExternalData_URL_TEMPLATES` entries in order for all available hashes. The data acquisition is considered a failure if none of the available URL resources has any of the given hashes. This makes it possible to have multiple data server resources where all servers do not support all hashing algorithms.