Missing checksums are skipped now. To be exact only the items that have a md5 sum are downloaded. So in the following case nothing would be downloaded:
DOWNLOAD="https://some.download.url.here.tar.xz"
MD5SUM=""
It should fail with an appropriate error.
Missing checksums are skipped now. To be exact only the items that have a md5 sum are downloaded. So in the following case nothing would be downloaded:
It should fail with an appropriate error.