We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
checked for relevant stories containing hash
hash
checked for relevant stories containing sha256
sha256
macOS Monterey 12.6.1, Intel When attempting to brew install capactio/tap/capact, (v0.7.0 at time of writing) I was met with:
brew install capactio/tap/capact
v0.7.0
Error: capact: SHA256 mismatch Expected: 76935b1a0575e6f05829af9a85a6237972dad9e860054a1e143c631eeb018091 Actual: c047202bd462ee6668098584942ab60fb7986742f1794118975e1c0710b9e3ee
Upon brew edit capactio/tap/capact, I found the Expected SHA256 as noted above. I looked at v0.7.0's checksum.txt and found the Actual SHA256.
brew edit capactio/tap/capact
Expected
Actual
brew install capactio/tap/capact will install capact v0.7.0
Error: capact: SHA256 mismatch Expected: 76935b1a0575e6f05829af9a85a6237972dad9e860054a1e143c631eeb018091 Actual: c047202bd462ee6668098584942ab60fb7986742f1794118975e1c0710b9e3ee ... To retry an incomplete download, remove the file above.
brew install capactio/tap/capact on an Intel-based mac.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
checked for relevant stories containing
hash
checked for relevant stories containing
sha256
macOS Monterey 12.6.1, Intel
When attempting to
brew install capactio/tap/capact
, (v0.7.0
at time of writing) I was met with:Upon
brew edit capactio/tap/capact
, I found theExpected
SHA256 as noted above. I looked atv0.7.0
's checksum.txt and found theActual
SHA256.Expected behavior
brew install capactio/tap/capact
will install capactv0.7.0
Actual behavior
Steps to reproduce
brew install capactio/tap/capact
on an Intel-based mac.The text was updated successfully, but these errors were encountered: