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