Closed kevinSuttle closed 11 years ago
Cask is currently on version 0.17.1 Can you do a brew update; brew upgrade?
Should have mentioned, I did so before posting this.
❯ brew update
Already up-to-date.
Try running a brew tap --repair
. It could be that your local version has a conflict with a file.
❯ brew upgrade brew-cask Error: brew-cask-0.16.2 already installed
Whoops; misclick.
❯ brew tap --repair
Pruned 0 dead formula
Tapped 41 formula
❯ brew upgrade brew-cask
Error: brew-cask-0.16.2 already installed
❯ brew update
Already up-to-date.
❯ brew upgrade
❯ brew prune
Pruned 0 dead formula
Tapped 41 formula
❯ brew cleanup
❯ brew doctor
Your system is ready to brew.
No idea. I checked and I have rw permissions.
@kevinSuttle Hmm this is a weird one. So you're running into the issue because homebrew changed its interface on us recently (#1079). We fixed it and we're several releases past 0.16.2
now.
I wonder if your remotes are off on your tap. You could try brew untap phinze/cask && brew tap phinze/cask
to reinitialize it.
That worked! Thanks @phinze!
❯ brew untap phinze/cask && brew tap phinze/cask
Untapped 1 formula
Cloning into '/usr/local/Library/Taps/phinze-cask'...
remote: Counting objects: 8795, done.
remote: Compressing objects: 100% (5814/5814), done.
remote: Total 8795 (delta 4331), reused 7360 (delta 2955)
Receiving objects: 100% (8795/8795), 5.58 MiB | 882.00 KiB/s, done.
Resolving deltas: 100% (4331/4331), done.
Checking connectivity... done
Tapped 1 formula
❯ brew upgrade brew-cask
==> Upgrading 1 outdated package, with result:
brew-cask 0.17.1
==> Upgrading brew-cask
==> Cloning https://github.com/phinze/homebrew-cask.git
Updating /Library/Caches/Homebrew/brew-cask--git
==> Checking out tag v0.17.1
/usr/local/Cellar/brew-cask/0.17.1: 592 files, 2.3M, built in 2 seconds
❯ brew doctor
Your system is ready to brew.
❯ brew cleanup
Removing: /usr/local/Cellar/brew-cask/0.16.2...
❯ brew cask install textexpander
==> Downloading http://cdn.smilesoftware.com/TextExpander_4.1.1.zip
######################################################################## 100.0%
==> Success! textexpander installed to /opt/homebrew-cask/Caskroom/textexpander/4.1.1
==> Linking TextExpander.app to /Applications/TextExpander.app
perfect solution
brew upgrade brew-cask
was what worked for me.