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

SHA256 checksum mismatch when installing with Brew #60

Open
moomoohk opened this issue Nov 28, 2015 · 9 comments
Open

SHA256 checksum mismatch when installing with Brew #60

moomoohk opened this issue Nov 28, 2015 · 9 comments
Labels

Comments

@moomoohk
Copy link

$ brew cask install qlmarkdown
==> Downloading https://github.com/toland/qlmarkdown/releases/download/v1.3.3/QLMarkdown.qlgenerator.zip
######################################################################## 100.0%
==> Note: running "brew update" may fix sha256 checksum errors
Error: sha256 mismatch
Expected: 045712562665673924397bbbef1ee1157b44e23c9744feda6feda27e107802d3
Actual: acbc1b10fc571643058129ffcb6888f2cf3d0641fe04be5b304d1324d8754f76
File: /Library/Caches/Homebrew/qlmarkdown-1.3.3.zip
To retry an incomplete download, remove the file above.

I've tried brew update and deleting the temp file+retrying, same thing

@tarwich
Copy link
Collaborator

tarwich commented Nov 30, 2015

I just made a cask pull request to try to fix this.
Homebrew/homebrew-cask#15494

On Sat, Nov 28, 2015 at 2:05 PM moomoohk [email protected] wrote:

$ brew cask install qlmarkdown
==> Downloading https://github.com/toland/qlmarkdown/releases/download/v1.3.3/QLMarkdown.qlgenerator.zip
######################################################################## 100.0%
==> Note: running "brew update" may fix sha256 checksum errors
Error: sha256 mismatch
Expected: 045712562665673924397bbbef1ee1157b44e23c9744feda6feda27e107802d3
Actual: acbc1b10fc571643058129ffcb6888f2cf3d0641fe04be5b304d1324d8754f76
File: /Library/Caches/Homebrew/qlmarkdown-1.3.3.zip
To retry an incomplete download, remove the file above.

I've tried brew update and deleting the temp file+retrying, same thing


Reply to this email directly or view it on GitHub
#60.

@adidalal
Copy link

Hi, I'm one of the maintainers of Homebrew Cask.

Please run
brew update && brew upgrade brew-cask && brew cleanup && brew cask cleanup
and then
brew update && brew cask uninstall qlmarkdown --force && brew cask cleanup && brew cask install qlmarkdown

If this doesn't fix things, please open up an issue at https://github.com/caskroom/homebrew-cask

@tarwich
Copy link
Collaborator

tarwich commented Nov 30, 2015

@moomoohk This is fixed for me now. Please let me know if it is working for you.

@moomoohk
Copy link
Author

Hey, I've been too busy to follow up on this but I just tried what @adityadalal924 suggested and it looks like everything's working properly.

Thanks everyone

@NOTSOGEEKY
Copy link

Hi, I do not know terminal much but I Really need to install YakYak, a desktop client for Google Hangouts on Mac. I wish they had made a DMG file, but considering it is only installable via Homebrew, help me with this error please.

FDLMC680:~ Murali$ brew update && brew upgrade brew-cask && brew cleanup && brew cask cleanup
Updated 1 tap (caskroom/cask).
No changes to formulae.

Error: No available formula with the name "brew-cask"
FDLMC680:~ Murali$
FDLMC680:~ Murali$ brew update && brew cask uninstall qlmarkdown --force && brew cask cleanup && brew cask install qlmarkdown
Already up-to-date.
==> Removing cached downloads
/Users/murali/Library/Caches/Homebrew/Cask/.DS_Store
==> This operation has freed approximately 6K of disk space.
==> Downloading https://github.com/toland/qlmarkdown/releases/download/v1.3.5/QL
######################################################################## 100.0%
==> Verifying checksum for Cask qlmarkdown
==> Moving QuickLook Plugin 'QLMarkdown.qlgenerator' to '/Users/murali/Library/Q
🍺 qlmarkdown was successfully installed!
FDLMC680:~ Murali$ brew cask install yakyak
==> Downloading https://github.com/yakyak/yakyak/releases/download/v1.4.1/yakyak
######################################################################## 100.0%
==> Verifying checksum for Cask yakyak
==> Note: running "brew update" may fix sha256 checksum errors
Error: sha256 mismatch
Expected: 4a6e0cce10c6d8e4015b8b5d027590d3d26b982472c65c2be666a8e2c50af229
Actual: e04114936825fff1be79c8eae5f2154e9b275428381da7870f97e24320effb3f
File: /Users/murali/Library/Caches/Homebrew/Cask/yakyak--1.4.1.zip
To retry an incomplete download, remove the file above.

@adidalal
Copy link

adidalal commented Jan 2, 2017

@NOTSOGEEKY Don't resurrect old threads. This is a shasum error for yakyak, follow the reporting bugs guide, the solution is there (likely an outdated Cask)

@adidalal
Copy link

adidalal commented Jan 2, 2017

And by guide, I mean https://github.com/caskroom/homebrew-cask/blob/master/README.md

This isn't related to qlmarkdown at all

@BaskarNatarajan
Copy link

brew cask install devcenter
==> Downloading https://downloads.datastax.com/devcenter/DevCenter-1.6.0-macosx-x86_64.tar.gz
######################################################################## 100.0%
==> Verifying checksum for Cask devcenter
==> Note: running "brew update" may fix sha256 checksum errors
Error: sha256 mismatch
Expected: 233b1ac58d509aa3a743b54658d8b35383e653765023278d5688d0dd13253639
Actual: 2f803cdc700e3dd06d5bbad8d5c3039f6aa9a793baee42fc043439b495832ac3
File: /Users/a517115/Library/Caches/Homebrew/Cask/devcenter--1.6.0.tar.gz
To retry an incomplete download, remove the file above.

@adidalal
Copy link

adidalal commented Feb 9, 2017

@jeevabaski
This is a shasum error for devcenter, follow the reporting bugs guide, the solution is there (likely an outdated Cask) - we have step by step directions.
https://github.com/caskroom/homebrew-cask/blob/master/README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants