Everyday Usage #5663
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Perfect. Thank you! :) |
Beta Was this translation helpful? Give feedback.
icdiff
and a whole bunch of other Python-dependent formulae were migrated to[email protected]
without revision bumps (because the main packages haven't changed) on Oct 4, so your localbrew
thinks your existing install (which depends on[email protected]
) is already up-to-date.brew reinstall icdiff
to "upgrade"icdiff
, thenbrew rm [email protected]
. Rinse and repeat with other[email protected]
-dependent formulae thatbrew
subsequently complains about.