Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: 3fb7dcfd by Robin Candau at 2026-05-29T08:48:18+02:00 upgpkg: 0.162.1-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.162.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.162.0 + pkgver = 0.162.1 pkgrel = 1 url = https://gohugo.io/ arch = x86_64 @@ -14,7 +14,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.162.0.tar.gz::https://github.com/gohugoio/hugo/archive/v0.162.0.tar.gz - sha512sums = e0f06408da1cb30fa1c447c61fdd7ad49576ce85297c56f8de585bf5429a2135db375e807a1337efca2e6668cb53794d8af30c696e32d1ecf49c702832d8b35e + source = hugo-0.162.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.162.1.tar.gz + sha512sums = f8aa0e37c6a9d7c8dbda835d25daf743eb117a295dc66f5fe9d17220fedd621c72170ee831a75ec88be5d04db5a0df9a6982ec71eb6c7ddf25925cb0dab6a852 pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.162.0 +pkgver=0.162.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=('e0f06408da1cb30fa1c447c61fdd7ad49576ce85297c56f8de585bf5429a2135db375e807a1337efca2e6668cb53794d8af30c696e32d1ecf49c702832d8b35e') +sha512sums=('f8aa0e37c6a9d7c8dbda835d25daf743eb117a295dc66f5fe9d17220fedd621c72170ee831a75ec88be5d04db5a0df9a6982ec71eb6c7ddf25925cb0dab6a852') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/3fb7dcfdb9d8b2906d4cfda54980891bc4869b4f -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/3fb7dcfdb9d8b2906d4cfda54980891bc4869b4f You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
