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

Replace sha512sum with shasum #1716

Merged
merged 1 commit into from
Aug 31, 2023
Merged

Replace sha512sum with shasum #1716

merged 1 commit into from
Aug 31, 2023

Conversation

tisonkun
Copy link
Member

sha512sum is part of GNU coreutils and shasum is a Perl script. macOS doesn't have sha512sum out of the box and shasum should have better portability.

sha512sum is part of GNU coreutils and shasum is a Perl script. macOS doesn't have sha512sum out of the box and shasum should have better portability.
@tisonkun tisonkun merged commit 721467d into unstable Aug 31, 2023
52 checks passed
@tisonkun tisonkun deleted the tisonkun-patch-1 branch August 31, 2023 02:05
@tisonkun
Copy link
Member Author

Or even we should depend on Python builtin so that it works for Windows as well..

I don't do an investigation, though.

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.

2 participants