Hugo 0.82.1 packages
Brew - Hugo Brew package for macOS and Linux - updated
Snap Package - Hugo Snap (Snapcraft) package for Linux
- traditional release - not yet updated
- extended release - not yet updated
Docker/CI Image - Hugo Docker image for Continuous Integration - updated
Docker Image - klakegg/hugo - Other Hugo Docker image - updated
Debian (sid) - not yet updated (Track link)
Ubuntu (hirsute) - not yet updated (Track link)
Fedora Copr - Hugo RPM package for Fedora and CentOS - not yet updated
Chocolatey Package - Hugo Chocolatey package for Windows
-
traditional release - updated
-
extended release - not yet updated
Is there any particular reason why the snap packages have not been updated since 0.80?
I’m working in an ubuntu environment and would like to use the attribute feature, which is available since 0.81.
Docker image - klakegg/hugo - Updated
/cc @anthonyfok
@bep, Thank you for the Cc.
@Georg, sorry for the late reply. The autobuilders on Launchpad (e.g. hugo : Snap packages : “GoHugo.io” team) were not able to build Hugo snaps shortly (after?) 0.80 with some error that I can’t quite remember now, probably related to how our snapcraft.yaml is still using a very old “base” based on Ubuntu 16.04, and the following commit (and a few other fixes) seems to get it going again:
commit 243951ebe9715d3da3968e96e6f60dcd53e25d92
Author: Anthony Fok
Date: Thu Apr 22 09:57:40 2021 -0600snapcraft.yaml: Update to "base: core20" That is, switch to using Ubuntu 20.04 LTS as base, leveraging new features in Snapcraft 4.x, etc. It is far from complete, with npm temporarily disabled (hence no PostCSS) and with Pandoc probably not working yet, but would hopefully get our Hugo Snap build, which stopped working shortly after v0.80.0, working again.
As you probably have found out, the Hugo snap package have returned since 0.83.0. Hopefully it is working OK for you!