Homebrew install specific version of formula?

后端 未结 27 2140
渐次进展
渐次进展 2020-11-21 11:21

How do I install a specific version of a formula in homebrew? For example, postgresql-8.4.4 instead of the latest 9.0.

27条回答
  •  一整个雨季
    2020-11-21 12:09

    Based on the workflow described by @tschundeee and @Debilski’s update 1, I automated the procedure and added cleanup in this script.

    Download it, put it in your path and brewv . For the specific OP, it would be:

    cd path/to/downloaded/script/
    ./brewv postgresql 8.4.4
    

    :)

提交回复
热议问题