could it support md5?
Closed this issue · 1 comments
archangellcc commented
thanks for your plugin.
eljobe commented
@archangellcc It definitely can be enhanced to support md5 checksums. I initially didn't add it because the md5() method from the Guava project is deprecated. However, that deprecation notice does admit that if you need to interoperate with existing systems, you should still use this deprecated method.
So, now the question is whether you would like to provide a pull request to add support? If not, I can put this on my todo list. But, if you have the interest, I'd be happy to have the help.