-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feature: add commands to verify the integrity of the downloaded file #5
Comments
Can you provide more details? For example:
or
Something likes these? |
Yes. For md5sum or sha1sum, it's simple:
or
But for gpg signature, there are more steps to do:
|
We can leave gpg later, I think the md5 and sha1 are more usage. |
Sure. |
@limodou I can do something for this feature in next week. |
Ok, you are welcome. |
Just commit some codes. Pls check it. will update docs later. |
@limodou Thanks for the refactor. Do you want to implement the PGP check next? |
I don't know how to implement it now. And if there are some requirements, maybe we can implement it. If it does not need so much, maybe we don't need to do it now I think. |
ok |
Such like md5sum, sha1sum, gpg, etc.
The text was updated successfully, but these errors were encountered: