Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use mac's md5 if md5sum is not available #11

Merged
merged 1 commit into from Jun 16, 2021
Merged

Conversation

IsmailM
Copy link
Contributor

@IsmailM IsmailM commented Jun 10, 2021

Came across a never-ending loop - where it deleted the tared file (because of md5sum not being available) and kept on redownloading the file.

As such, put together this quick fix.

It now supports mac's md5 (#4) - and gets around the issue that md5 does not have -c.

Can you also please release a new gem to rubygems as GeneValidator uses the gem. (The last few commits are not included in the currently released gem)

Fixes yeban#4

- Also fixes a loop (where it kept on downloading and then deleting, and then downloading... ) if md5sum was not available
@yeban yeban merged commit 0d3a1df into yeban:master Jun 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants