This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/whimsy.git
commit cdecb9506fb8f884f5140912f3c57b50cf192bf8 Author: Sebb <[email protected]> AuthorDate: Wed Oct 20 12:32:33 2021 +0100 More hash names --- tools/download_check.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/download_check.rb b/tools/download_check.rb index 0f41fe5..c8ced45 100755 --- a/tools/download_check.rb +++ b/tools/download_check.rb @@ -544,7 +544,7 @@ def _checkDownloadPage(path, tlp, version) tmp = text2ext(t) next if ext == tmp # i.e. link is just the type or [TYPE] next if ext == 'sha' and tmp == 'sha1' # historic - next if %w(sha256 sha512 sha1).include?(ext) and %w(SHA digest Digest).include?(t) # generic + next if %w(sha256 md5 mds sha512 sha1).include?(ext) and %w(SHA digest Digest).include?(t) # generic next if ext == 'mds' and (tmp == 'hashes' or t == 'Digests') if base != t if t == 'Download' # MXNet
