placement of sha256 checksums on releases page
See original GitHub issuesha256 checksums are not in a properly formatted files(or a file). this makes it difficult to use them.
in case more information is required
example file( https://cdimage.debian.org/debian-cd/current/amd64/iso-cd/SHA256SUMS ) with proper formatting.
58405101948aff46d5261e0a4d3e8f98ea3dc5366a9ada881ebe921eafd5f737 debian-edu-10.0.0-amd64-netinst.iso
de14801ab29ea71e606ff516e87b1ca68499de21098f994778f77121ea41323d debian-mac-10.0.0-amd64-netinst.iso
most recent affected releases: https://github.com/PowerShell/PowerShell/tree/v7.0.0-preview.2 https://github.com/PowerShell/PowerShell/releases/tag/v6.2.2 https://github.com/PowerShell/PowerShell/releases/tag/v6.1.5
current workaround(incomplete, not preferred):
- Scroll up or down till you find it. Select the checksums on releases page and click
Inspect Element
and the copy the contents of
<ul>...</ul>
- Remove the useless text …
note- its not preferred because most people don’t expect this to be how a popular project to provide checksums.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:15 (9 by maintainers)
Top Results From Across the Web
HowToSHA256SUM - Community Help Wiki
See the SHA-256 checksum file for the release you're using under http://releases.ubuntu.com, such as http://cdimage.ubuntu.com/daily-live/ ...
Read more >How to take sha256sum of file and compare to check in ...
I have downloaded an archive file and an accompanying checksum file. Here is how I verify that the hash of the downloaded archive...
Read more >Verify SHA-256 checksum
Verify file's SHA-256 checksum to check there's no malicious actor replacing the file or packets being lost.How to In a command line, run...
Read more >How to get a sha256 hash code for a github repo?
I solve the problem I am posting here what I have tried so that if anyone experiences the same problem can get help...
Read more >Gitlab sha256sum different everytime we download a release
Someone reported that every time he downloads the release without changes, the checksums are different. I tested it and it is changing everytime ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I created https://github.com/PowerShell/PowerShell/pull/16147 to add the sha256 hashes.
We are going to be required to provide this format for the contents of our packages. Generating this should be simple as we will have a task to just generate this. Imagine this for packages, how much more difficult would this be to use?