Z4nzu / hackingtool

ALL IN ONE Hacking Tool For Hackers
https://forms.gle/ntuAX8BGRR5yAb9ZA
MIT License
46.81k stars 5.07k forks source link

Problem installing hackingtool using homebrew SHA mismatch #407

Open remyleone opened 1 year ago

remyleone commented 1 year ago

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):

orazmyradov commented 12 months ago

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 commented 11 months ago

tried again with your steps and still got the same issue