Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 2566cefc by Robin Candau at 2026-01-30T11:59:35+01:00 upgpkg: 0.155.1-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.155.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.155.0 + pkgver = 0.155.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.155.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.155.0.tar.gz - sha512sums = 1d3f1f1fe05d69f982963a6f0a3501d7df1f02a9858c8102cdd9b7a8f39d3281ba87bf0b46714a2eab091017d20dd018206f5b3143e3a6f65415c05b13c20d06 + source = hugo-0.155.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.155.1.tar.gz + sha512sums = f1915814149514055203d8e979384b19be4c8f8ad82b1d9582837ffa6533de223e07452faf82851e52ad4090956274ee4849bb7fbf66d28d78e91988d3eb8d40 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.155.0 +pkgver=0.155.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=('1d3f1f1fe05d69f982963a6f0a3501d7df1f02a9858c8102cdd9b7a8f39d3281ba87bf0b46714a2eab091017d20dd018206f5b3143e3a6f65415c05b13c20d06') +sha512sums=('f1915814149514055203d8e979384b19be4c8f8ad82b1d9582837ffa6533de223e07452faf82851e52ad4090956274ee4849bb7fbf66d28d78e91988d3eb8d40') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/2566cefc54d7c4721a2b6eb28a2bbaecaf82b5d7 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/2566cefc54d7c4721a2b6eb28a2bbaecaf82b5d7 You're receiving this email because of your account on gitlab.archlinux.org.
