What happened to the Hugo Snap store (ubuntu)

Hello, friends!

I want to install Hugo from snap store: Install Hugo on Linux | Snap Store

However, I can see only the edge (unstable) version there. I remember that there used to be a regular stable channel before.

Is it okay to install Hugo from the Snap Store using the edge version, or are there other recommended (better) ways?

We’ve been having problems triggering the Snap Store’s automated builds. I temporarily cleared the stable channel while troubleshooting. It will be restored once we get this figured out. You can subscribe to this issue to follow the progress. Currently we are awaiting feedback from the Snap team.

For now, either install from the edge channel, or install using another method.

And remember, after installing a Snap package you can disable/enable automatic updates:

# disable automatic updates
sudo snap refresh --hold hugo

# enable automatic updates
sudo snap refresh --unhold hugo