Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: f49aa3d0 by Robin Candau at 2026-01-06T18:44:21+01:00 upgpkg: 0.154.3-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.154.3 - - - - - 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.2 + pkgver = 0.154.3 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.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.154.2.tar.gz - sha512sums = 29a0c88d876becf5cb11245fe9edeba6ccf2535d59e93d646ecd56f6a317cd9e97664cf0b595e2d1dae306c54d1ddd8813fb7be5a49a69cf180e837e459a648d + source = hugo-0.154.3.tar.gz::https://github.com/gohugoio/hugo/archive/v0.154.3.tar.gz + sha512sums = bbbb35569bd405ea97f1a5df0a3827c5dc4d8ca04722ae58da7deb8a337c38b88af91720519de47d85bddb94174ff2fe00eaa5c079c298ddc220b5c41c974cfa pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.154.2 +pkgver=0.154.3 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=('29a0c88d876becf5cb11245fe9edeba6ccf2535d59e93d646ecd56f6a317cd9e97664cf0b595e2d1dae306c54d1ddd8813fb7be5a49a69cf180e837e459a648d') +sha512sums=('bbbb35569bd405ea97f1a5df0a3827c5dc4d8ca04722ae58da7deb8a337c38b88af91720519de47d85bddb94174ff2fe00eaa5c079c298ddc220b5c41c974cfa') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/f49aa3d073ff11ea92d88823dae1c54cb4f0d5d0 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/f49aa3d073ff11ea92d88823dae1c54cb4f0d5d0 You're receiving this email because of your account on gitlab.archlinux.org.
