Friendly reminder, you don't have to wait on a package manager

Continuing the discussion from Hugo 0.55.1 released: Yes, homebrew and friends are great, but you don’t have to wait on them :slightly_smiling_face: as you can always do something like the below

pushd /tmp

wget https://github.com/gohugoio/hugo/releases/download/v0.55.1/hugo_extended_0.55.1_macOS-64bit.tar.gz

tar xzvf hugo_extended_0.55.1_macOS-64bit.tar.gz

cp hugo /usr/local/bin

popd

hugo version
5 Likes

Thank you, sir! Unfortunately, it didn’t fix the particular issue I hoped it would fix, but perhaps in time… :slight_smile:
Hugo 0.55.0 - Date appears as "January 1, 0001"