Homebrew update/install fails with SHA mismatch #3266
-
I recently updated my package. I did the steps outlined in the contribution guide.
The problem is that I had a user report that there is a sha mismatch. I am guessing that this is due to the bottles. So I have some questions.
From the docs it looks like I need to add something like Here is my formula. https://github.com/Homebrew/homebrew-core/blob/master/Formula/tidy-viewer.rb |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
If they can build it from source their cached version is wrong. There's nothing brew can do about that |
Beta Was this translation helpful? Give feedback.
-
No, the problem is this (from your user's issue report):
They're upgrading from your personal tap, not Homebrew core, and your personal tap's formula indeed has a SHA256 source tarball mismatch. |
Beta Was this translation helpful? Give feedback.
No, the problem is this (from your user's issue report):
They're upgrading from your personal tap, not Homebrew core, and your personal tap's formula indeed has a SHA256 source tarball mismatch.