Brew Install Old Version
Monday, December 30, 2019
I recently needed to install an older version of hugo via brew but ran into some issues:
$ brew install hugo@0.57.1 ... Error: No available formula with the name "hugo@0.57.1" ==> Searching for a previously deleted formula (in the last month)... Warning: homebrew/core is shallow clone. To get complete history run: git -C "$(brew --repo homebrew/core)" fetch --unshallow ... Now the brew repository is rather large, so getting the complete history when all I need is a single package just seemed unreasonable.…more