According to the current docs md5sum is either a path or URL to a file
containing an md5sum.
When the md5sum is a URL either it is treated as an md5sum string failing
checksum test (because it's a URL) or it is not used and default md5sum url for
the default mirror is used instead. In either case there is a check sum failure.
This commit fixes that issue by overriing the default md5url when md5sum
is a url.
According to the current docs
md5sum
is either a path or URL to a file containing an md5sum.When the
md5sum
is a URL either it is treated as an md5sum string failing checksum test (because it's a URL) or it is not used and default md5sum url for the default mirror is used instead. In either case there is a check sum failure.This commit fixes that issue by overriing the default md5url when
md5sum
is a url.