Created
April 2, 2016 10:16
-
-
Save jimmycuadra/c52ee291b6be9c56fa5d96d050ac4f8b to your computer and use it in GitHub Desktop.
musl libc bad gpg signature + sha 512 sums
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ gpg2 --verify musl-1.1.14.tar.gz.asc musl-1.1.14.tar.gz | |
| gpg: Signature made Sun Feb 21 21:07:42 2016 PST using RSA key ID 3020450F | |
| gpg: BAD signature from "musl libc <[email protected]>" [unknown] | |
| $ shasum -a 512 musl-1.1.14.tar.gz | |
| 208f741bbccd36c9242b15206235e95673b9c24f8e449ce77676d19b66a7bf033894e66c3acfb519dcc92c4b1c100b8b204f9c5e3f9d013775a86788d00be562 musl-1.1.14.tar.gz | |
| $ shasum -a 512 musl-1.1.14.tar.gz.asc | |
| 07c11ceea1eab502aba9331b6ee80c84a0cc833a00e60ea6eb5546bf5bf275216829cf08174b8d17cf60eff047da65bbe63e487959239a8e65ecd9c0f4a40ad2 musl-1.1.14.tar.gz.asc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment