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

ChecksumMismatchError: SHA256 mismatch on 1.1.54.0 #15

Closed
catmeme opened this issue Feb 7, 2020 · 1 comment · Fixed by #16
Closed

ChecksumMismatchError: SHA256 mismatch on 1.1.54.0 #15

catmeme opened this issue Feb 7, 2020 · 1 comment · Fixed by #16

Comments

@catmeme
Copy link

catmeme commented Feb 7, 2020

It appears the hash in the formula is incorrect for the 1.1.54.0 bundle.

% brew install aws-session-manager-plugin
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
No changes to formulae.

==> Installing aws-session-manager-plugin from dkanejs/aws-session-manager-plugin
==> Downloading https://s3.amazonaws.com/session-manager-downloads/plugin/1.1.54.0/mac/sessionmanager-bundle.zip
######################################################################## 100.0%
Error: An exception occurred within a child process:
  ChecksumMismatchError: SHA256 mismatch
Expected: 57f310fa55944fe8d894d7d03b2b0b1f657a2d33b740a9a248dd15f47183fddf
  Actual: d9b558193370b2ecc0ddba001b6ee974b14b60d4d247851706e26a9811f15349
 Archive: /Users/catmeme/Library/Caches/Homebrew/downloads/a419a4afbd34b9a4edf572409ad606c2b7d776923946c9f9d78a1d3560618a74--sessionmanager-bundle.zip
To retry an incomplete download, remove the file above.

I have manually downloaded the zip, and calculated the sha256 sum, receiving the same result as brew:

% curl -O https://s3.amazonaws.com/session-manager-downloads/plugin/1.1.54.0/mac/sessionmanager-bundle.zip
% shasum -a 256 sessionmanager-bundle.zip
d9b558193370b2ecc0ddba001b6ee974b14b60d4d247851706e26a9811f15349  sessionmanager-bundle.zip
@Systemmanic
Copy link
Owner

Yup, looks to have changed actually 😞as this was correct previously.

I'll get this fixed, thanks for the heads up.

Systemmanic added a commit that referenced this issue Feb 7, 2020
fixes #15
update hash
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 a pull request may close this issue.

2 participants