Closed stradicat closed 1 month ago
That's what greedy is supposed to do AFAIK
@SMillerDev Thing is, --greedy
always upgrades all of my installed casks if there's a new minor version (desired behavior), but with the font cask, it's always outdated by the minute. That's what seemed off to me. The other font casks I have installed do not behave like this.
That's because it doesn't have a version: https://github.com/Homebrew/homebrew-cask/blob/3f4f6eab6f5d73473be4657f2aafadf122a481a3/Casks/font/font-s/font-source-code-pro-for-powerline.rb
That explains it. Thanks for the heads-up, closing.
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
Every time I run
brew outdated --greedy --cask
, thefont-source-code-pro-for-powerline
is always marked as outdated, showing the following feedback on the terminal:font-source-code-pro-for-powerline (latest) != latest
It's the only cask I've ever installed that is behaving like this.
Command that failed
n/a
Output of command with
--verbose --debug
Output of
brew doctor
andbrew config
brew doctor
:(misleading warning, as I'm using the latest Command Line Tools available for macOS Ventura, which is 15.1; there is no Command Line Tools version 15.2)
brew config
:Output of
brew tap