I'm installing something through homebrew but one of it's dependencies is failing to install, saying that the downloaded artifact has a different SHA1 checksum than what homebrew expects. The culprit is suite-sparse
v4.2.1 and from checking the homebrew issue tracker, it seems the owner of this package has a tendency to make changes without bumping versions.
I have a ticket in with the homebrew experts to double check this package and vet the new SHA1. In the meantime..
Is it possible to force homebrew to install a package even if the SHA1 is incorrect?
I don't mind doing a little manual installing, so long as the package remains homebrew friendly and a future brew update
will update to the latest version without issues.