Monday, May 20, 2013

Mac OSX brew MD5 mismatch

I was trying to install aacgain today when I got:
$ brew install aacgain
==> Downloading http://altosdesign.com/aacgain/alvarez/aacgain-1.8.tar.bz2
######################################################################## 100.0%
Error: MD5 mismatch
Expected: 61ce9e648fa1773adb3d4b3c84c6e4ca
Got: 18461da7c93ef44001051ea8aa07d34c
Archive: /Library/Caches/Homebrew/aacgain-1.8.tar.bz2
(To retry an incomplete download, remove the file above.)
The below commands allowed me to install aacgain without issue. Basically you just need to update brew and then delete the cached file.
$ brew update
$ rm /Library/Caches/Homebrew/aacgain-1.8.tar.bz2

No comments:

Followers