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

Problem installing hackingtool using homebrew SHA mismatch #407

Open
remyleone opened this issue Aug 21, 2023 · 2 comments
Open

Problem installing hackingtool using homebrew SHA mismatch #407

remyleone opened this issue Aug 21, 2023 · 2 comments

Comments

@remyleone
Copy link

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
brew install hacking tool

Expected behavior

hacking tool works

Screenshots

$ brew install hackintool
Running `brew update --auto-update`...
==> Auto-updated Homebrew!
Updated 5 taps (golangci/tap, homebrew/cask-versions, supabase/tap, hazelcast/hz and encoredev/tap).

You have 2 outdated formulae installed.

==> Downloading https://github.com/headkaze/Hackintool/releases/download/3.9.8/Hackintool.zip
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/184459508/6b7b302e-a2c7-4ad3-888c-8a231c90ebf0?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230821%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230821T131418Z&X-Amz-Expires=300&X-Amz-Signature=5a3fa3e504a9df811bb7b2f86da25e81fc3dc4925
######################################################################################################################################################################################################################################################### 100.0%
Error: SHA256 mismatch
Expected: 48de98a80408ca4d98b98d29847efde391bc9f620bcaa3d28d6d946a2fd60647
  Actual: 6ae305a6b896f47747c7f2e048585ab4879941cdb0b00aa6864399a80e228f75
    File: /Users/sieben/Library/Caches/Homebrew/downloads/05568a7bf0337297a5754040b6beaa87bc5cc6eff847d5d23580c5cf6c2201aa--Hackintool.zip
To retry an incomplete download, remove the file above.

Desktop (please complete the following information):

  • OS: macos 13.5.1
@remyleone remyleone changed the title Problem installing hackingtool using homebrew Problem installing hackingtool using homebrew SHA mismatch Aug 21, 2023
@orazmyradov
Copy link

The issue you're encountering is a SHA256 mismatch error, which means the downloaded file's checksum doesn't match the expected checksum. To resolve this issue, you can try the following steps:

First; rm /Users/sieben/Library/Caches/Homebrew/downloads/05568a7bf0337297a5754040b6beaa87bc5cc6eff847d5d23580c5cf6c2201aa--Hackintool.zip
Second; brew cleanup
Third; brew install hackintool

This should clear any incomplete or corrupted downloads and allow you to install Hackintool successfully. If the issue persists, you might want to ensure your internet connection is stable and try again

@remyleone
Copy link
Author

tried again with your steps and still got the same issue

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

No branches or pull requests

2 participants