mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 16:05:52 +03:00
[GH-ISSUE #270] SHA-256 mismatch for v2.0.0.tar.gz #803
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#803
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ilovezfs on GitHub (Mar 1, 2018).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/270
Homebrew users currently cannot build asciinema from source due to a SHA-256 checksum mismatch for v2.0.0.tar.gz (https://github.com/asciinema/asciinema/archive/v2.0.0.tar.gz)
Sun Feb 11 00:05:37 2018 -0800 the SHA-256 was
65224d8dcc8c579fd678fff83ea89eecfd35a1d2ca853ee6fcf27d2f7b5e3205
Now it's changed to
ef7c6143dfe1d3ae77fd5d41ef93344e0c5f840b1272a11f41938e1b718baf0f
Do you have any idea what happened here? To rule out malicious circumstances, we'll need to know why the file has changed before the checksum can be updated in Homebrew. Thanks!
@ilovezfs commented on GitHub (Mar 1, 2018):
Ref https://jenkins.brew.sh/job/Homebrew%20Core%20Pull%20Requests/19419/version=high_sierra/testReport/junit/brew-test-bot/high_sierra/fetch_asciinema/
@ku1ik commented on GitHub (Mar 1, 2018):
I have updated the
v2.0.0tag. Specifically I've removed it and then created a new signed one.Given that signed tags are more like commits this could have changed the checksum of the tarball...
@ku1ik commented on GitHub (Mar 11, 2018):
@ilovezfs has the checksum been updated in Homebrew? Can we close this?
@ilovezfs commented on GitHub (Mar 11, 2018):
yup! Thanks :)
@ku1ik commented on GitHub (Mar 11, 2018):
@ilovezfs well, thank you for handling this 👌