kcrawford / dockutil

command line tool for managing dock items
http://patternbuffer.wordpress.com
Apache License 2.0
1.36k stars 131 forks source link

Homebrew SHA256 mismatch #163

Open p3l1 opened 4 months ago

p3l1 commented 4 months ago

Hello there,

when upgrading to 3.1.3, I am getting the following error regarding the checksum:

Error: hpedrorodrigues/tools/dockutil: SHA256 mismatch
Expected: 622bbb5c97f09b3f46ebea9a612f7470dd7fb6a7daaed12b87dee5af7a0177f6
  Actual: f60db8273fe80d7c4824588bedb538a5387675c3917edb0010dab9f52d3f2582
    File: /Users/xxx/Library/Caches/Homebrew/downloads/df8cc83b6b2e007383389371b791a599207de6da7c017dbbd006cff6ca40c1c6--dockutil-3.1.3.pkg
To retry an incomplete download, remove the file above.

I removed the given file and tried again, but with no success. In my oppinion this cannot be a problem with the local Homebrew install, can it? Anybody else encountering the same issue?

brew doctor is also showing:

Warning: Some installed casks are deprecated or disabled.
You should find replacements for the following casks:
  dockutil
jamesiarmes commented 3 months ago

It looks like dockutil has been added as a formula. If you already have it installed as a cask, you will need to uninstall it:

brew uninstall --cask dockutil
brew update
brew install dockutil