This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Find and install an OLD version of a homebrew formula | |
| # and PIN it to prevent upgrading. | |
| # Choose formula | |
| formula=kubernetes-cli | |
| # View homebrew-core git log to find a commit | |
| git clone [email protected]:Homebrew/homebrew-core.git | |
| cd homebrew-core | |
| git log master -- "Formula/$formula.rb" |
OlderNewer