Downgrade hugo on brew?

Hi,
I think I found and issue with Hugo and need to check with previous version.
Currently brew installing 0.82.1 but would like to install on macOS 0.82.0
any easy method to do that?

brew install hug@0.82.0 not working.

Downgrading with homebrew is kind of painful these days, but it can be done.

For quick comparison, though, just download the Mac release of 0.82.0 from the github releases page, unpack the tarball, and run that version of hugo directly:

curl -s -L https://github.com/gohugoio/hugo/releases/download/v0.82.0/hugo_0.82.0_macOS-64bit.tar.gz | tar xzf - hugo
xattr -c hugo
./hugo
2 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.