Hi Andreas, On 20/04/2017 19:13, Andreas Hilboll wrote:
Hi all,I'm writing an EasyConfig for some software which provides SHA1 checksums for their source packages. Is there a way to tell eb that the checksums are SHA1 instead of MD5?
Yes, several types of checksums are supported, md5 is the default.
You can specify a sha1 checksum like this:
checksums = [('sha1', 'xxx')]
regards,
Kenneth

