Add a md5 tool to avoid md5sum dependency.2017-06-24T22:42:28+00:00yenatchyenatch@gmail.com2017-06-24T22:34:25+00:00f03b898250597680f115cec5cec06953b403acf9
md5sum is missing in macOS and (presumably) BSD.
An alternative would have been to use sha1sum instead, but it's probably
a good idea to have as few dependencies as possible, so this doesn't
happen again.
fixes #364
md5sum is missing in macOS and (presumably) BSD.
An alternative would have been to use sha1sum instead, but it's probably
a good idea to have as few dependencies as possible, so this doesn't
happen again.
fixes #364