Inconsistent behavior of brew livecheck and brew outdated/upgrade #4228
Replies: 3 comments 1 reply
-
What does |
Beta Was this translation helpful? Give feedback.
-
Now that I collected all facts to write it down I tried something. A cd $(brew --repo homebrew/cask) and "git pull" there lead to the expected behavior. "brew lc" recognizes the up to date microsoft-edge. |
Beta Was this translation helpful? Give feedback.
-
Result of "brew info microsoft-edge" is: ==> Downloading https://formulae.brew.sh/api/formula.json |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Output of
brew config
Output of
brew doctor
Description of issue
What happened:
With the release of 4.0.0 yesterday I followed the advises and removed this NO_INSTALL_FROM_API thing and untapped core and cask.
An update to microsoft-edge appeared and did a bump-cask-pr. To be able to do so I had to tap homebrew/cask again. (By the way, the underlying git operation seemed much slower - showing speed in KiB instead of MiB before - coincidence or result of using personal API token?)
Over night the PR was merged and an "brew upgrade" this morning updated microsoft-edge.
Situation now:
"brew outdated --greedy" and "brew upgrade --greedy" do not show any output.
"brew lc --newer-only --installed" shows the line:
"microsoft-edge: 110.0.1587.41 ==> 110.0.1587.49"
Version 110.0.1587.49 is that update I installed in the morning.
How can I convince "brew lc" that microsoft-edge is up to date?
Beta Was this translation helpful? Give feedback.
All reactions