Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: a3277cf5 by Robin Candau at 2025-12-23T19:32:41+01:00 upgpkg: 0.153.2-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.153.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.153.1 + pkgver = 0.153.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.153.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.153.1.tar.gz - sha512sums = 3b8625383dc315dc55e6e27aa4223c5f84250e070ece64ecbf72483511fb84f422d86a2c3a1452967daeec01fd6d063d4186700717d0569b6d0d21abdb14dbfa + source = hugo-0.153.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.153.2.tar.gz + sha512sums = 3a5c382030264d4273a9a01d4272c75b4de59618a44e8b70b4127d542b3c75b73f4edaeadf53e72e0075dfac07f2e94177d84a38abbfe975c1f98d0f2b1e968e pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.153.1 +pkgver=0.153.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=('3b8625383dc315dc55e6e27aa4223c5f84250e070ece64ecbf72483511fb84f422d86a2c3a1452967daeec01fd6d063d4186700717d0569b6d0d21abdb14dbfa') +sha512sums=('3a5c382030264d4273a9a01d4272c75b4de59618a44e8b70b4127d542b3c75b73f4edaeadf53e72e0075dfac07f2e94177d84a38abbfe975c1f98d0f2b1e968e') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/a3277cf5224d8d1f65b14e211918ae9ddf400510 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/a3277cf5224d8d1f65b14e211918ae9ddf400510 You're receiving this email because of your account on gitlab.archlinux.org.
