Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 32f73e43 by Robin Candau at 2026-01-28T19:05:12+01:00 upgpkg: 0.155.0-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.155.0 - - - - - 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.5 + pkgver = 0.155.0 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.5.tar.gz::https://github.com/gohugoio/hugo/archive/v0.154.5.tar.gz - sha512sums = 2ad2b3ebaabb2c55bf7439c731e27ff57fb3cab07f057754fb80a793df16a21396beeeb6e9a90221a098e8211f16e3a4c8332578379fae367e8103ad7e7339a7 + source = hugo-0.155.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.155.0.tar.gz + sha512sums = 1d3f1f1fe05d69f982963a6f0a3501d7df1f02a9858c8102cdd9b7a8f39d3281ba87bf0b46714a2eab091017d20dd018206f5b3143e3a6f65415c05b13c20d06 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.154.5 +pkgver=0.155.0 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=('2ad2b3ebaabb2c55bf7439c731e27ff57fb3cab07f057754fb80a793df16a21396beeeb6e9a90221a098e8211f16e3a4c8332578379fae367e8103ad7e7339a7') +sha512sums=('1d3f1f1fe05d69f982963a6f0a3501d7df1f02a9858c8102cdd9b7a8f39d3281ba87bf0b46714a2eab091017d20dd018206f5b3143e3a6f65415c05b13c20d06') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/32f73e43ffa1dbecd71840c56f663e319c99b3be -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/32f73e43ffa1dbecd71840c56f663e319c99b3be You're receiving this email because of your account on gitlab.archlinux.org.
