Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits: b01fd65a by Robin Candau at 2026-06-15T18:46:10+02:00 upgpkg: 0.163.2-1: New upstream release https://github.com/gohugoio/hugo/releases/tag/v0.163.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.163.1 + pkgver = 0.163.2 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.163.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.163.1.tar.gz - sha512sums = 5323a20c304a6436faac5ca4d574bff42d0cf2e3907014a64ca906fd846ce9357876a92fdb80ab8b7e60c7706654009906f925eb62d125978c2232ed6b0214dc + source = hugo-0.163.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.163.2.tar.gz + sha512sums = 8cece488bc58f4f458f302f1362339b3c0a6a52bf76ee15bf84e121bfb6e7ad90c138634d422d9b5c663498619ef07501c4ff2b08839e0fff925c9fb302a1f6c pkgname = hugo ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ # Contributor: Brenton Horne pkgname=hugo -pkgver=0.163.1 +pkgver=0.163.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=('5323a20c304a6436faac5ca4d574bff42d0cf2e3907014a64ca906fd846ce9357876a92fdb80ab8b7e60c7706654009906f925eb62d125978c2232ed6b0214dc') +sha512sums=('8cece488bc58f4f458f302f1362339b3c0a6a52bf76ee15bf84e121bfb6e7ad90c138634d422d9b5c663498619ef07501c4ff2b08839e0fff925c9fb302a1f6c') build() { cd "${pkgname}-${pkgver}" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/b01fd65a225618236e275466ada7dd2705b7b7d8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/b01fd65a225618236e275466ada7dd2705b7b7d8 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
