❯ brew cu --report-only --quiet --all
==> Updating Homebrew
Already up-to-date.
==> Finding outdated apps
==> Found outdated apps
Cask Current Latest A/U Result
...
6/15 firefox 108.0 117.0.1 Y [ FORCED ]
7/15 obsidian 1.4.11 1.4.12 Y [ FORCED ]
8/15 onedrive 22.141.0703.0002 23.153.0724.0003 Y [ FORCED ]
9/15 ppsspp 1.16 1.16.1 [OUTDATED]
10/15 spotify 1.2.10.760 1.2.19.941 Y [ FORCED ]
...
❯ brew cu --report-only --quiet --all --no-brew-update
==> Finding outdated apps
==> Found outdated apps
Cask Current Latest A/U Result
1/1 ppsspp 1.16 1.16.1 [OUTDATED]
Not sure how this is happening. Only difference is:
|
puts Cask.brew_update(options.verbose).stdout |
Not sure how this is happening. Only difference is:
homebrew-cask-upgrade/lib/bcu/command/upgrade.rb
Line 28 in 9cfd043