Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo
Commits:
2aa11664 by Robin Candau at 2026-02-02T16:48:50+01:00
upgpkg: 0.155.2-1: New upstream release
- - - - -
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.1
+ pkgver = 0.155.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.155.1.tar.gz::https://github.com/gohugoio/hugo/archive/v0.155.1.tar.gz
- sha512sums =
f1915814149514055203d8e979384b19be4c8f8ad82b1d9582837ffa6533de223e07452faf82851e52ad4090956274ee4849bb7fbf66d28d78e91988d3eb8d40
+ source =
hugo-0.155.2.tar.gz::https://github.com/gohugoio/hugo/archive/v0.155.2.tar.gz
+ sha512sums =
a1d47d3e1050ad708ca88092cbe6d003bba3abaf455783429cc096b932b1a2b37a8094254a0bc6139b84dfeace7449f9b1c52ebfb3212f035a41b9406ac8be9d
pkgname = hugo
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: Brenton Horne
pkgname=hugo
-pkgver=0.155.1
+pkgver=0.155.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=('f1915814149514055203d8e979384b19be4c8f8ad82b1d9582837ffa6533de223e07452faf82851e52ad4090956274ee4849bb7fbf66d28d78e91988d3eb8d40')
+sha512sums=('a1d47d3e1050ad708ca88092cbe6d003bba3abaf455783429cc096b932b1a2b37a8094254a0bc6139b84dfeace7449f9b1c52ebfb3212f035a41b9406ac8be9d')
build() {
cd "${pkgname}-${pkgver}"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/2aa11664457bcc4b0644f554e1b24ca7c2d84e19
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/2aa11664457bcc4b0644f554e1b24ca7c2d84e19
You're receiving this email because of your account on gitlab.archlinux.org.