I emailed Tormod Volden of the dfu-util project to ask how users should get binaries since the normal download site is currently down. He replied with a tarball of binaries and an MD5 hash for me to post.
I was chatting with the maintainers of dfu-util, and in the meantime while they’re working on getting the site back up, they’ve placed a mirror here:
Since Homebrew is looking for v0.7, I copied that release (dfu-util-07.tar.gz) from the mirror you posted (http://dfu-util.sourceforge.net/releases/) into the Homebrew cache directory (/Library/Caches/Homebrew)
Then when I did a brew install dfu-util it found it in the caches folder and proceeded with installation.
I am also running a Mac (recently upgraded to Yosemite) and Resseguie’s technique worked for me except that I had to do thls as well: “brew link --overwrite libusb”. Somehow, I had a previous version of /usr/local/lib/libusb-1.0.0.dylib and the symbolic link. I didn’t invent this command, it was suggested in the output of “brew install dfu-util”.
Hi!
I’m on a OSX 10.9 and I got some issues installing and running dfu-util. I installed Homebrew a few month ago, so I had to update the repo with “brew update” command before to be able to install dfu-util (this way the old download link is replaced by the new one).
Hope this advice helps someone.
Bye