Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: f6520238 by Robin Candau at 2026-01-01T20:52:20+01:00 upgpkg: 0.154.1-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.154.1 - - - - - 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.0 + pkgver = 0.154.1 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.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.154.0.tar.gz - sha512sums = 608254b19342b197c1b240be4c54426826ca838bef038bfff814a889fe74c65b7b6d873bc3ef8510d8707ba1d04d44be48126deb3bc8e4851e71c95580d3b733 + source = hugo-0.154.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.154.1.tar.gz + sha512sums = c024f44d923a55591d757e74bd8439428fcb3000ffdc87747a9ace5711606121c5b151178a3539873a3b28b7e6fbd4a1b2eb71f671f4fd7c89bc1fb75365fbfe pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.154.0 +pkgver=0.154.1 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=('608254b19342b197c1b240be4c54426826ca838bef038bfff814a889fe74c65b7b6d873bc3ef8510d8707ba1d04d44be48126deb3bc8e4851e71c95580d3b733') +sha512sums=('c024f44d923a55591d757e74bd8439428fcb3000ffdc87747a9ace5711606121c5b151178a3539873a3b28b7e6fbd4a1b2eb71f671f4fd7c89bc1fb75365fbfe') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/f65202381d30e6e904f7504437038ab02161caeb -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/f65202381d30e6e904f7504437038ab02161caeb You're receiving this email because of your account on gitlab.archlinux.org.
