Hugo 0.14 in Homebrew

Hello,

maybe a very silly question, but how do I get Hugo 0.14 with Homebrew? My current version is 0.13 and I get this message when trying to upgrade:

MacBook:~ David$ brew upgrade hugo
Error: hugo 0.13_1 already installed

Anything I can do, or do I just have to wait?

Thanks!

Something seems borked with your brew, but I’m afraid I don’t know what. When I do brew info hugo I am getting:

hugo: stable 0.14 (bottled), HEAD
Configurable static site generator
https://gohugo.io/
Not installed
From:     https://github.com/Homebrew/homebrew/blob/master/Library/Formula/hugo.rb
==> Dependencies
Build: go βœ”

So, maybe uninstall and reinstall hugo?

Thanks for your reply.

I did uninstall (brew rm Hugo) and reinstall Hugo. No changes.

My brew info hugo looks like this:

MacBook:~ David$ brew info hugo
hugo: stable 0.13 (bottled), HEAD
https://gohugo.io/
/usr/local/Cellar/hugo/0.13_1 (4 files, 14M) *
  Poured from bottle
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/hugo.rb
==> Dependencies
Build: go βœ”, bazaar ✘

You might need to run brew update and brew upgrade before brew install hugo to make sure you have all the newest references. In human, so brew gets the newest download links.

1 Like