Ignore formula on brew upgrade

后端 未结 4 1111
情话喂你
情话喂你 2021-01-30 03:18

I want to do a brew upgrade and tell homebrew do not upgrade the erlang formula since the latest one does not work on my system.

Is it possible

4条回答
  •  盖世英雄少女心
    2021-01-30 03:45

    brew pin is the way to go. It will pin the formula to the current version

    brew pin

    brew unpin can be used to reset this

    brew unpin

    To view all pinned formulae

    brew list --pinned

    Note: brew upgrade will not upgrade pinned formulae.

提交回复
热议问题