Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: fec56448 by Robin Candau at 2026-01-02T18:54:57+01:00 upgpkg: 0.154.2-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.154.2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = hugo pkgdesc = Fast and Flexible Static Site Generator in Go - pkgver = 0.154.1 + pkgver = 0.154.2 pkgrel = 1 url = https://gohugo.io/ arch = x86_64 @@ -13,7 +13,7 @@ pkgbase = hugo optdepends = go: required to use the Hugo modules feature optdepends = dart-sass: required to transpile Sass to CSS optdepends = python-docutils: required for reStructuredText support - source = hugo-0.154.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.154.1.tar.gz - sha512sums = c024f44d923a55591d757e74bd8439428fcb3000ffdc87747a9ace5711606121c5b151178a3539873a3b28b7e6fbd4a1b2eb71f671f4fd7c89bc1fb75365fbfe + source = hugo-0.154.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.154.2.tar.gz + sha512sums = 29a0c88d876becf5cb11245fe9edeba6ccf2535d59e93d646ecd56f6a317cd9e97664cf0b595e2d1dae306c54d1ddd8813fb7be5a49a69cf180e837e459a648d pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.154.1 +pkgver=0.154.2 pkgrel=1 pkgdesc="Fast and Flexible Static Site Generator in Go" arch=('x86_64') @@ -19,7 +19,7 @@ optdepends=('git: required to use the Hugo modules feature' 'dart-sass: required to transpile Sass to CSS' 'python-docutils: required for reStructuredText support') source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz") -sha512sums=('c024f44d923a55591d757e74bd8439428fcb3000ffdc87747a9ace5711606121c5b151178a3539873a3b28b7e6fbd4a1b2eb71f671f4fd7c89bc1fb75365fbfe') +sha512sums=('29a0c88d876becf5cb11245fe9edeba6ccf2535d59e93d646ecd56f6a317cd9e97664cf0b595e2d1dae306c54d1ddd8813fb7be5a49a69cf180e837e459a648d') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/fec564483f2c7d4641044f7a7af2d91a12ea5417 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/fec564483f2c7d4641044f7a7af2d91a12ea5417 You're receiving this email because of your account on gitlab.archlinux.org.
