This is something that I\'ve noticed starting about 2 days ago. In my past experience, Homebrew would always have daily updates. I would always type the command brew u
brew u
Homebrew is basically a git directory, so you can cd into the directory and perform a git fetch followed by a git pull
git fetch
git pull
If you are on default config:
cd /usr/local && git pull origin master